Changeset 16661


Ignore:
Timestamp:
4 Oct 2021, 08:57:09 (3 years ago)
Author:
Henrik Bettermann
Message:

Change some bank accounts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py

    r16283 r16661  
    345345                if student.current_mode == 'ijmbe':
    346346                    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'
    349349
    350350            xmldict['provider_amt'] = 100 * provider_amt
     
    473473                if student.current_mode == 'ijmbe':
    474474                    self.pay_item_id = '120'
     475                    xmldict['institution_bank_id'] = '123'
     476                    xmldict['institution_acct'] = '1012278272'
    475477                # ivama: Acceptance fee split is unique to "ug_ft"
    476478                # The reason for split is perculiar to them only...
     
    585587            provider_amt = 500.0
    586588            self.pay_item_id = '109'
     589            xmldict['institution_acct'] = '1006406795'
     590            xmldict['institution_bank_id'] = '123'
    587591            xmldict['provider_amt'] = 100 * provider_amt
    588592            xmldict['institution_amt'] = 100 * (
Note: See TracChangeset for help on using the changeset viewer.