Changeset 9682 for main/waeup.fceokene
- Timestamp:
- 19 Nov 2012, 06:20:06 (12 years ago)
- Location:
- main/waeup.fceokene/trunk/src/waeup/fceokene/interswitch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/interswitch/browser.py
r9627 r9682 211 211 xmldict['provider_bank_id'] = PROVIDER_BANK_ID 212 212 xmldict['provider_item_name'] = PROVIDER_ITEM_NAME 213 xmldict['provider_amt'] = 100 * 500213 xmldict['provider_amt'] = 100 * 1600 214 214 # Institution data 215 215 xmldict['fceokene_acct'] = "0000000000000" … … 235 235 xmldict['fceokene_split'] = 100 * 1400 236 236 xmldict['institution_amt'] = 100 * ( 237 self.context.amount_auth - 500 - 150 - 1400)237 self.context.amount_auth - 1600 - 150 - 1400) 238 238 elif 'maintenance' in self.context.p_category: 239 239 self.pay_item_id = '8300' -
main/waeup.fceokene/trunk/src/waeup/fceokene/interswitch/tests.py
r9628 r9682 86 86 self.browser.contents) 87 87 self.assertMatches( 88 '...item_name="School Fee" item_amt=" 1044500" bank_id="117" acct_num="6216801033"...',88 '...item_name="School Fee" item_amt="934800" bank_id="117" acct_num="6216801033"...', 89 89 self.browser.contents) 90 90 self.assertMatches( … … 92 92 self.browser.contents) 93 93 self.assertMatches( 94 '...item_name="BT Education" item_amt=" 50000" bank_id="31" acct_num="0026781725"...',94 '...item_name="BT Education" item_amt="160000" bank_id="31" acct_num="0026781725"...', 95 95 self.browser.contents) 96 96
Note: See TracChangeset for help on using the changeset viewer.