- Timestamp:
- 23 Dec 2022, 17:19:33 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/branches/uli-paypal/src/kofacustom/nigeria/payments/interfaces.py
r16232 r17239 80 80 (_('Etranzact'), 'etranzact'), 81 81 (_('Remita'), 'remita'), 82 (_('Paypal'), 'paypal'), 82 83 (_('Scratch Card'), 'sc'), 83 84 (_('Manifest'), 'manifest'), … … 85 86 (_('unknown'), 'unknown'), 86 87 ) 88 ) 89 90 r_payment_link = schema.TextLine( 91 title = _(u'Response Payment Authorization Link'), 92 default = None, 93 required = False, 94 readonly = False, 87 95 ) 88 96
Note: See TracChangeset for help on using the changeset viewer.