Changeset 11760 for main/waeup.kwarapoly/trunk/src/waeup/kwarapoly
- Timestamp:
- 15 Jul 2014, 10:44:16 (10 years ago)
- Location:
- main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/interswitch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/interswitch/browser.py
r11759 r11760 94 94 provider_amt = 1200.0 95 95 if xmldict['faculty'] in ('CPGS',): 96 xmldict['institution_acct'] = "1771 180233"96 xmldict['institution_acct'] = "1771586608" #changed account no. from 1771180233 97 97 xmldict['institution_bank_id'] = '120' 98 98 elif xmldict['faculty'] in ('IBAS',): … … 109 109 self.pay_item_id = '106' 110 110 elif xmldict['faculty'] in ('ITCH',): 111 xmldict['institution_acct'] = "1771 180233"111 xmldict['institution_acct'] = "1771586608" #changed account no. from 1771180233 112 112 xmldict['institution_bank_id'] = '120' 113 113 self.pay_item_id = '110' -
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/interswitch/tests.py
r11682 r11760 166 166 self.browser.contents) 167 167 self.assertTrue( 168 'item_name="School Fee" item_amt="2620000" bank_id="120" acct_num="1771 180233"' in168 'item_name="School Fee" item_amt="2620000" bank_id="120" acct_num="1771586608"' in 169 169 self.browser.contents) 170 170 self.assertTrue( … … 256 256 self.browser.contents) 257 257 self.assertMatches( 258 '...item_name="School Fee" item_amt="270000" bank_id="120" acct_num="1771 180233"...',258 '...item_name="School Fee" item_amt="270000" bank_id="120" acct_num="1771586608"...', 259 259 self.browser.contents) 260 260 self.assertMatches(
Note: See TracChangeset for help on using the changeset viewer.