Ignore:
Timestamp:
19 Jul 2021, 12:58:13 (3 years ago)
Author:
Henrik Bettermann
Message:

Interswitch does confirm also the surcharge.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/interswitch/helpers.py

    r16528 r16556  
    361361        notify(grok.ObjectModifiedEvent(payment))
    362362        return False, msg, log
    363     if payment.r_amount_approved != payment.net_amt:
     363    if payment.r_amount_approved != payment.amount_auth:
    364364        msg = _('Callback amount does not match net amount.')
    365365        log = 'unsuccessful callback for %s payment %s: callback amount %s does not match' % (
Note: See TracChangeset for help on using the changeset viewer.