Changeset 9385 for main/waeup.uniben/trunk/src
- Timestamp:
- 22 Oct 2012, 12:12:37 (12 years ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben/interswitch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/interswitch/browser.py
r9384 r9385 230 230 xmldict['provider_item_name'] = PROVIDER_ITEM_NAME 231 231 # Institution data 232 xmldict['institution_acct'] = ' '233 xmldict['institution_bank_id'] = ' '232 xmldict['institution_acct'] = '000000000000' 233 xmldict['institution_bank_id'] = '00' 234 234 xmldict['institution_amt'] = '0.0' 235 235 if self.context.p_category == 'schoolfee': -
main/waeup.uniben/trunk/src/waeup/uniben/interswitch/tests.py
r9384 r9385 92 92 self.browser.contents) 93 93 self.assertMatches( 94 '...item_name="School Fee" item_amt="3835000" bank_id=" " acct_num=""...',94 '...item_name="School Fee" item_amt="3835000" bank_id="00" acct_num="000000000000"...', 95 95 self.browser.contents) 96 96 self.assertMatches(
Note: See TracChangeset for help on using the changeset viewer.