Last change
on this file was
9469,
checked in by Henrik Bettermann, 12 years ago
|
Remove SCPayment components.
|
-
Property svn:keywords set to
Id
|
File size:
262 bytes
|
Rev | Line | |
---|
[6861] | 1 | """This package contains everything regarding payments. |
---|
| 2 | """ |
---|
| 3 | # Make this a package. |
---|
[7811] | 4 | from waeup.kofa.payments.container import PaymentsContainer |
---|
[9469] | 5 | from waeup.kofa.payments.payment import OnlinePayment |
---|
[6861] | 6 | |
---|
| 7 | __all__ = [ |
---|
| 8 | 'PaymentsContainer', |
---|
[6864] | 9 | 'OnlinePayment', |
---|
[7811] | 10 | ] |
---|
Note: See
TracBrowser for help on using the repository browser.