Ignore:
Timestamp:
22 Mar 2021, 10:11:09 (4 years ago)
Author:
Henrik Bettermann
Message:

Add Microsoft Fee to schoolfee.

File:
1 edited

Legend:

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

    r16418 r16421  
    3030from kofacustom.dspg.applicants.interfaces import ICustomApplicantOnlinePayment
    3131from kofacustom.dspg.interfaces import MessageFactory as _
     32from kofacustom.dspg.students.utils import MICROSOFT_FEE
    3233
    3334PRODUCT_ID = '7269' # must be provided by Interswitch
     
    145146                tech_fee = 1200.0
    146147                if student.state == RETURNING:
    147                     microsoft_fee = 7000.0
     148                    microsoft_fee = MICROSOFT_FEE
    148149            if student.faccode == 'SPAT':
    149150                xmldict['institution_acct'] = '1015220292'
Note: See TracChangeset for help on using the changeset viewer.