Changeset 16556 for main/kofacustom.nigeria/trunk/src/kofacustom/nigeria
- Timestamp:
- 19 Jul 2021, 12:58:13 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/interswitch/helpers.py
r16528 r16556 361 361 notify(grok.ObjectModifiedEvent(payment)) 362 362 return False, msg, log 363 if payment.r_amount_approved != payment. net_amt:363 if payment.r_amount_approved != payment.amount_auth: 364 364 msg = _('Callback amount does not match net amount.') 365 365 log = 'unsuccessful callback for %s payment %s: callback amount %s does not match' % (
Note: See TracChangeset for help on using the changeset viewer.