Changeset 15463
- Timestamp:
- 19 Jun 2019, 08:12:47 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r15460 r15463 409 409 if student.is_postgrad: 410 410 self.pay_item_id = '110' 411 xmldict['institution_acct'] = '5210006575' 412 xmldict['institution_bank_id'] = '51' 411 413 if student.current_mode == 'ijmbe': 412 414 self.pay_item_id = '120' … … 568 570 xmldict['institution_amt'] = 100 * ( 569 571 gateway_net_amt(self.context.amount_auth)) 570 572 if student.is_postgrad: 573 xmldict['institution_acct'] = '5210006575' 574 xmldict['institution_bank_id'] = '51' 571 575 if not xmltext: 572 576 xmltext = """<payment_item_detail>
Note: See TracChangeset for help on using the changeset viewer.