Changeset 16356 for main/kofacustom.dspg/trunk/src/kofacustom/dspg
- Timestamp:
- 27 Dec 2020, 05:11:36 (4 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
r16336 r16356 146 146 xmldict['institution_bank_id'] = '117' 147 147 elif student.current_mode in ('nd_ft', 'hnd_ft'): 148 xmldict['institution_acct'] = ' 1012808851'149 xmldict['institution_bank_id'] = ' 117'148 xmldict['institution_acct'] = '2004145840' 149 xmldict['institution_bank_id'] = '8' 150 150 elif self.context.p_category == 'clearance': 151 151 self.pay_item_id = '103' -
main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/tests.py
r16338 r16356 95 95 self.browser.contents) 96 96 self.assertTrue( 97 'item_name="School Fee" item_amt="2575000" bank_id=" 117" acct_num="1012808851"' in97 'item_name="School Fee" item_amt="2575000" bank_id="8" acct_num="2004145840"' in 98 98 self.browser.contents) 99 99 # ND FT Non-Deltan Fresh Student Acceptance Fee
Note: See TracChangeset for help on using the changeset viewer.