Changeset 15765 for main/kofacustom.dspg


Ignore:
Timestamp:
7 Nov 2019, 07:51:16 (5 years ago)
Author:
Henrik Bettermann
Message:

Adjust to Nigeria package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/browser.py

    r15764 r15765  
    468468        self.context.provider_amt = provider_amt
    469469        self.context.gateway_amt = GATEWAY_AMT
     470        self.amount_auth = int(100 * self.context.amount_auth)
    470471        hashargs = (
    471472            self.context.p_id +
     
    556557        self.context.provider_amt = provider_amt
    557558        self.context.gateway_amt = GATEWAY_AMT
    558 
     559        self.amount_auth = int(100 * self.context.amount_auth)
    559560        hashargs = (
    560561            self.context.p_id +
Note: See TracChangeset for help on using the changeset viewer.