- Timestamp:
- 10 Nov 2016, 10:02:33 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r14258 r14268 263 263 xmldict['institution_bank_id'] = '117' 264 264 xmldict['institution_acct'] = '1010827641' 265 xmldict['student_union_bank_id'] = ' 123'266 xmldict['student_union_acct'] = '10 06360118'265 xmldict['student_union_bank_id'] = '7' 266 xmldict['student_union_acct'] = '1019763348' 267 267 xmldict['aaue_share_bank_id'] = '11' 268 268 xmldict['aaue_share_acct'] = '0030656377' … … 381 381 else: 382 382 # Second agreement 383 xmldict['institution_bank_id'] = ' 123'384 xmldict['institution_acct'] = '10 06360118'383 xmldict['institution_bank_id'] = '7' 384 xmldict['institution_acct'] = '1019763348' 385 385 xmldict['institution_amt'] = 100 * ( 386 386 gateway_net_amt(self.context.amount_auth))
Note: See TracChangeset for help on using the changeset viewer.