- Timestamp:
- 20 Oct 2019, 20:06:20 (5 years ago)
- Location:
- main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/interswitch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/interswitch/browser.py
r15684 r15696 75 75 xmldict['provider_item_name'] = PROVIDER_ITEM_NAME 76 76 # Institution data 77 xmldict['institution_acct'] = '00000000' 78 xmldict['institution_bank_id'] = '00' 79 xmldict['institution_amt'] = '0.0' 77 xmldict['institution_acct'] = '0040484781' 78 xmldict['institution_bank_id'] = '31' 80 79 provider_amt = 0.0 81 80 self.pay_item_id = '103' # must be provided by Interswitch … … 136 135 xmldict = {} 137 136 provider_amt = 400.0 138 xmldict['institution_acct'] = '00 000000000'139 xmldict['institution_bank_id'] = ' 00'137 xmldict['institution_acct'] = '0040484781' 138 xmldict['institution_bank_id'] = '31' 140 139 xmldict['detail_ref'] = self.context.p_id 141 140 xmldict['provider_amt'] = 100 * provider_amt -
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/interswitch/tests.py
r15663 r15696 79 79 self.browser.contents) 80 80 self.assertTrue( 81 'item_name="Tuition Plus (total amount)" item_amt="39 85000" bank_id="00" acct_num="00000000"' in81 'item_name="Tuition Plus (total amount)" item_amt="3970000" bank_id="31" acct_num="0040484781"' in 82 82 self.browser.contents) 83 83
Note: See TracChangeset for help on using the changeset viewer.