- Timestamp:
- 7 Jul 2012, 09:58:59 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/payments/interfaces.py
r8823 r8930 37 37 """A payment via payment gateways. 38 38 39 This is a copy of INigeriaOnlinePayment 40 only for taking the AAUE payment_categories 41 into consideration. 39 42 """ 43 40 44 41 45 p_category = schema.Choice( … … 74 78 ) 75 79 76 # Only defined in custom package77 78 80 r_pay_reference = schema.TextLine( 79 81 title = _(u'Response Payment Reference'),
Note: See TracChangeset for help on using the changeset viewer.