Changeset 14088
- Timestamp:
- 18 Aug 2016, 06:10:37 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r14086 r14088 339 339 if contr_agreement_student(student) == 'first': 340 340 # First agreement 341 xmldict['institution_acct'] = '0051005007' 342 xmldict['institution_bank_id'] = '31' 343 else: 344 # Second agreement 341 345 xmldict['institution_bank_id'] = '123' 342 346 xmldict['institution_acct'] = '1006360118' 343 else:344 # Second agreement345 xmldict['institution_acct'] = '0051005007'346 xmldict['institution_bank_id'] = '31'347 347 xmldict['institution_amt'] = 100 * ( 348 348 gateway_net_amt(self.context.amount_auth))
Note: See TracChangeset for help on using the changeset viewer.