Ignore:
Timestamp:
9 Mar 2015, 06:17:20 (10 years ago)
Author:
uli
Message:

Use PaymentsContainer? (or we run into trouble with breadcrumbs).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/branches/uli-payments/src/waeup/ikoba/app.py

    r12699 r12702  
    3535from waeup.ikoba.products.container import ProductsContainer
    3636from waeup.ikoba.documents.container import DocumentsContainer
     37from waeup.ikoba.payments.container import PaymentsContainer
    3738
    3839
     
    6667        self['products'] = ProductsContainer()
    6768        self['documents'] = DocumentsContainer()
    68         self['payments'] = grok.Container()
     69        self['payments'] = PaymentsContainer()
    6970        self._createPlugins()
    7071
Note: See TracChangeset for help on using the changeset viewer.