Changeset 15322 for main/kofacustom.coewarri/trunk/src/kofacustom/coewarri
- Timestamp:
- 6 Feb 2019, 10:49:10 (6 years ago)
- Location:
- main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/interswitch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/interswitch/browser.py
r15321 r15322 77 77 provider_amt = 0.0 78 78 # Institution data 79 xmldict['institution_acct'] = '10 20855036'79 xmldict['institution_acct'] = '1019684470' 80 80 xmldict['institution_bank_id'] = '7' 81 81 xmldict['institution_item_name'] = self.context.category … … 144 144 xmldict = {} 145 145 provider_amt = 500.0 146 xmldict['institution_acct'] = '10 20855036'146 xmldict['institution_acct'] = '1019684470' 147 147 xmldict['institution_bank_id'] = '7' 148 148 xmldict['detail_ref'] = self.context.p_id -
main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/interswitch/tests.py
r15321 r15322 81 81 self.browser.contents) 82 82 self.assertMatches( 83 '...item_name="School Fee (total)" item_amt="7945000" bank_id="7" acct_num="10 20855036"...',83 '...item_name="School Fee (total)" item_amt="7945000" bank_id="7" acct_num="1019684470"...', 84 84 self.browser.contents) 85 85
Note: See TracChangeset for help on using the changeset viewer.