Ignore:
Timestamp:
15 Sep 2023, 22:33:32 (12 months ago)
Author:
Henrik Bettermann
Message:

Complete IJMB payment integration.

File:
1 edited

Legend:

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

    r17582 r17583  
    410410                elif student.faccode in ('FLS', 'FLW', 'FMS', 'FPS', 'FSS'):
    411411                    bank = BANK_ACCOUNTS['fac3']
     412                elif student.faccode in ('FP',):
     413                    bank = BANK_ACCOUNTS['ijmb']
    412414                xmldict['institution_acct'] = bank[0]
    413415                xmldict['institution_bank_id'] = bank[1]
Note: See TracChangeset for help on using the changeset viewer.