Changeset 17330 for main/kofacustom.unidel
- Timestamp:
- 2 Feb 2023, 08:49:43 (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/interswitch/browser.py
r17278 r17330 84 84 # Institution data 85 85 xmldict['institution_acct'] = '000000000' 86 xmldict['institution_bank_id'] = ' 000'86 xmldict['institution_bank_id'] = '117' 87 87 provider_amt = 0.0 88 88 tech_fee = 0.0 … … 90 90 provider_amt = 500.0 91 91 xmldict['institution_acct'] = '1216063205' 92 xmldict['institution_bank_id'] = '117'93 92 if student.faccode in ('PRE', 'JUPEB'): 94 93 xmldict['institution_acct'] = '1011431799' 95 if self.context.p_category == 'schoolfee':94 elif self.context.p_category == 'schoolfee': 96 95 provider_amt = 2800.0 97 96 tech_fee = 1200.0 98 97 xmldict['institution_acct'] = '1011739172' 99 xmldict['institution_bank_id'] = '117'100 98 if student.faccode in ('PRE', 'JUPEB'): 101 99 xmldict['institution_acct'] = '2001627961' 102 100 xmldict['institution_bank_id'] = '8' 103 if self.context.p_category == 'hostel_maintenance':101 elif self.context.p_category == 'hostel_maintenance': 104 102 xmldict['institution_acct'] = '1012551384' 105 xmldict['institution_bank_id'] = '117' 103 elif self.context.p_category == 'med_reg': 104 xmldict['institution_acct'] = '1011265606' 106 105 self.pay_item_id = 'Default_Payable_MX47126' # must be provided by Interswitch 107 106 # Already now it becomes an Interswitch payment. We set the net amount
Note: See TracChangeset for help on using the changeset viewer.