Last change
on this file since 10009 was
6864,
checked in by Henrik Bettermann, 13 years ago
|
Add payment components and interfaces.
One single test module is enough.
|
-
Property svn:keywords set to
Id
|
File size:
289 bytes
|
Line | |
---|
1 | """This package contains everything regarding payments. |
---|
2 | """ |
---|
3 | # Make this a package. |
---|
4 | from waeup.sirp.payments.container import PaymentsContainer |
---|
5 | from waeup.sirp.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.