Ignore:
Timestamp:
18 Nov 2018, 20:48:58 (6 years ago)
Author:
Henrik Bettermann
Message:

Bugfix

File:
1 edited

Legend:

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

    r15227 r15248  
    3434PROVIDER_ACCT = '2028964403'
    3535PROVIDER_BANK_ID = '8'
    36 PROVIDER_ITEM_NAME = 'BT Education'
     36PROVIDER_ITEM_NAME = 'WAEAC'
    3737INSTITUTION_NAME = 'Delta State Polytechnic Ogwashi-Uku'
    3838CURRENCY = '566'
     
    187187            xmldict['institution_acct'] = '2011810353'
    188188            xmldict['institution_bank_id'] = '8'
    189             xmldict['provider_amt'] = 100 * provider_amt
    190             xmldict['institution_amt'] = 100 * (
    191                 gateway_net_amt(self.context.amount_auth) - provider_amt)
    192189        elif self.context.p_category in SPECIAL_PAYMENT_PARAMS.keys():
    193190            self.pay_item_id = SPECIAL_PAYMENT_PARAMS[self.context.p_category][0]
Note: See TracChangeset for help on using the changeset viewer.