- Timestamp:
- 18 Nov 2018, 20:48:58 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/browser.py
r15227 r15248 34 34 PROVIDER_ACCT = '2028964403' 35 35 PROVIDER_BANK_ID = '8' 36 PROVIDER_ITEM_NAME = ' BT Education'36 PROVIDER_ITEM_NAME = 'WAEAC' 37 37 INSTITUTION_NAME = 'Delta State Polytechnic Ogwashi-Uku' 38 38 CURRENCY = '566' … … 187 187 xmldict['institution_acct'] = '2011810353' 188 188 xmldict['institution_bank_id'] = '8' 189 xmldict['provider_amt'] = 100 * provider_amt190 xmldict['institution_amt'] = 100 * (191 gateway_net_amt(self.context.amount_auth) - provider_amt)192 189 elif self.context.p_category in SPECIAL_PAYMENT_PARAMS.keys(): 193 190 self.pay_item_id = SPECIAL_PAYMENT_PARAMS[self.context.p_category][0]
Note: See TracChangeset for help on using the changeset viewer.