Ignore:
Timestamp:
28 Jun 2023, 09:04:34 (15 months ago)
Author:
Henrik Bettermann
Message:

Change bank account for DELSU.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.unidel/trunk/src/kofacustom/unidel/interswitch/browser.py

    r17427 r17459  
    101101                xmldict['institution_acct'] = '2001627961'
    102102                xmldict['institution_bank_id'] = '8'
     103            if student.faccode == 'DELSU':
     104                xmldict['institution_acct'] = '1011036493'
    103105            if student.faccode == 'NCE':
    104106                xmldict['institution_acct'] = '1011274462'
    105                 xmldict['institution_bank_id'] = '117'
    106107                provider_amt = 4000.0
    107108                tech_fee = 0.0
Note: See TracChangeset for help on using the changeset viewer.