Changeset 17194 for main/kofacustom.lpng/trunk/src/kofacustom/lpng
- Timestamp:
- 1 Dec 2022, 10:48:31 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.lpng/trunk/src/kofacustom/lpng/interswitch/browser.py
r16983 r17194 33 33 PRODUCT_ID = '' # must be provided by Interswitch 34 34 SITE_NAME = 'lpng.waeup.org' 35 PROVIDER_ACCT = ' 00000000'36 PROVIDER_BANK_ID = ' 00'35 PROVIDER_ACCT = '1017032875' 36 PROVIDER_BANK_ID = '117' 37 37 PROVIDER_ITEM_NAME = 'WAeAC' 38 38 INSTITUTION_NAME = 'LPNG' … … 159 159 xmldict = {} 160 160 provider_amt = 400.0 161 xmldict['institution_acct'] = '00 000000000'162 xmldict['institution_bank_id'] = ' 00'161 xmldict['institution_acct'] = '0010078210' 162 xmldict['institution_bank_id'] = '47' 163 163 xmldict['detail_ref'] = self.context.p_id 164 164 xmldict['provider_amt'] = 100 * provider_amt
Note: See TracChangeset for help on using the changeset viewer.