source: main/waeup.uniben/trunk/src/waeup/uniben/payments/__init__.py @ 8276

Last change on this file since 8276 was 8247, checked in by Henrik Bettermann, 12 years ago

Reorganize payment customizatiom. Tests will follow.

Let also applicants pay via eTranzact. Show transaction code on display view (slip view will follow).

  • Property svn:keywords set to Id
File size: 290 bytes
Line 
1"""This package contains everything regarding payments.
2"""
3# Make this a package.
4from waeup.kofa.payments.container import PaymentsContainer
5from waeup.kofa.payments.payment import SCPayment, OnlinePayment
6
7__all__ = [
8    'PaymentsContainer',
9    'SCPayment',
10    'OnlinePayment',
11    ]
Note: See TracBrowser for help on using the repository browser.