Changeset 14953 for main/kofacustom.dspg/trunk/src/kofacustom/dspg
- Timestamp:
- 12 Feb 2018, 10:33:46 (7 years ago)
- Location:
- main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/browser.py
r14942 r14953 139 139 xmldict['institution_bank_id'] = '117' 140 140 elif student.current_mode in ('nd_ft', 'hnd_ft'): 141 xmldict['institution_acct'] = '00 26235493'142 xmldict['institution_bank_id'] = ' 31'141 xmldict['institution_acct'] = '0010761873' 142 xmldict['institution_bank_id'] = '11' 143 143 elif self.context.p_category == 'clearance': 144 144 self.pay_item_id = '103' -
main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/tests.py
r14940 r14953 92 92 self.browser.contents) 93 93 self.assertTrue( 94 'item_name="School Fee" item_amt="2695000" bank_id=" 31" acct_num="0026235493"' in94 'item_name="School Fee" item_amt="2695000" bank_id="11" acct_num="0010761873"' in 95 95 self.browser.contents) 96 96 # ND FT Non-Deltan Fresh Student Acceptance Fee
Note: See TracChangeset for help on using the changeset viewer.