Ignore:
Timestamp:
13 Mar 2023, 08:51:35 (22 months ago)
Author:
Henrik Bettermann
Message:

Setup NCE school fee payments.

File:
1 edited

Legend:

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

    r17330 r17347  
    9999                xmldict['institution_acct'] = '2001627961'
    100100                xmldict['institution_bank_id'] = '8'
     101            if student.faccode == 'NCE':
     102                xmldict['institution_acct'] = '1130069220'
     103                xmldict['institution_bank_id'] = '117'
     104                provider_amt = 4000.0
     105                tech_fee = 0.0
    101106        elif self.context.p_category == 'hostel_maintenance':
    102107            xmldict['institution_acct'] = '1012551384'
Note: See TracChangeset for help on using the changeset viewer.