- Timestamp:
- 22 Mar 2021, 10:11:09 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/browser.py
r16418 r16421 30 30 from kofacustom.dspg.applicants.interfaces import ICustomApplicantOnlinePayment 31 31 from kofacustom.dspg.interfaces import MessageFactory as _ 32 from kofacustom.dspg.students.utils import MICROSOFT_FEE 32 33 33 34 PRODUCT_ID = '7269' # must be provided by Interswitch … … 145 146 tech_fee = 1200.0 146 147 if student.state == RETURNING: 147 microsoft_fee = 7000.0148 microsoft_fee = MICROSOFT_FEE 148 149 if student.faccode == 'SPAT': 149 150 xmldict['institution_acct'] = '1015220292'
Note: See TracChangeset for help on using the changeset viewer.