Changeset 15721 for main/kofacustom.iuokada/trunk
- Timestamp:
- 29 Oct 2019, 16:49:55 (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
r15704 r15721 77 77 xmldict['institution_acct'] = '0040484781' 78 78 xmldict['institution_bank_id'] = '31' 79 provider_amt = 0.079 provider_amt = 5000.0 80 80 self.pay_item_id = '103' # must be provided by Interswitch 81 81 xmldict['provider_amt'] = 100 * provider_amt -
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/interswitch/tests.py
r15704 r15721 79 79 self.browser.contents) 80 80 self.assertTrue( 81 'item_name="Tuition Plus (total amount)" item_amt="3 970000" bank_id="31" acct_num="0040484781"' in81 'item_name="Tuition Plus (total amount)" item_amt="3470000" bank_id="31" acct_num="0040484781"' in 82 82 self.browser.contents) 83 83
Note: See TracChangeset for help on using the changeset viewer.