- Timestamp:
- 5 Nov 2019, 23:19:58 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/etranzact/helpers.py
r15734 r15755 181 181 payment.r_card_num = "%s %s" % (form.get('CARD_TYPE', None), 182 182 form.get('CARD_NO', None)) 183 payment.r_company = u'etranzact'184 183 if payment.r_code != '0': 185 184 msg = _('Unsuccessful response: ${a}', mapping = {'a': payment.r_desc})
Note: See TracChangeset for help on using the changeset viewer.