Changeset 16661 for main/waeup.aaue/trunk/src
- Timestamp:
- 4 Oct 2021, 08:57:09 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r16283 r16661 345 345 if student.current_mode == 'ijmbe': 346 346 self.pay_item_id = '119' 347 xmldict[' joint_venture_bank_id'] = '117'348 xmldict[' joint_venture_acct'] = '1010827641'347 xmldict['institution_bank_id'] = '123' 348 xmldict['institution_acct'] = '1012278272' 349 349 350 350 xmldict['provider_amt'] = 100 * provider_amt … … 473 473 if student.current_mode == 'ijmbe': 474 474 self.pay_item_id = '120' 475 xmldict['institution_bank_id'] = '123' 476 xmldict['institution_acct'] = '1012278272' 475 477 # ivama: Acceptance fee split is unique to "ug_ft" 476 478 # The reason for split is perculiar to them only... … … 585 587 provider_amt = 500.0 586 588 self.pay_item_id = '109' 589 xmldict['institution_acct'] = '1006406795' 590 xmldict['institution_bank_id'] = '123' 587 591 xmldict['provider_amt'] = 100 * provider_amt 588 592 xmldict['institution_amt'] = 100 * (
Note: See TracChangeset for help on using the changeset viewer.