Changeset 17891 for main/kofacustom.unidel/trunk
- Timestamp:
- 15 Aug 2024, 19:56:22 (3 months ago)
- Location:
- main/kofacustom.unidel/trunk/src/kofacustom/unidel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/interswitch/browser.py
r17844 r17891 145 145 xmldict['institution_acct'] = '1005399320' 146 146 xmldict['institution_bank_id'] = '8' 147 elif self.context.p_category == 'transcript': 148 xmldict['institution_acct'] = '0010494552' 149 xmldict['institution_bank_id'] = '129' 150 provider_amt = 2000.0 147 151 self.pay_item_id = 'Default_Payable_MX47126' # must be provided by Interswitch 148 152 # Already now it becomes an Interswitch payment. We set the net amount -
main/kofacustom.unidel/trunk/src/kofacustom/unidel/utils/utils.py
r17839 r17891 34 34 'application': 'Application Fee', 35 35 #'app_balance': 'Application Fee Balance', 36 #'transcript': 'Transcript Fee',36 'transcript': 'Transcript Fee', 37 37 #'late_registration': 'Late Course Registration Fee', 38 38 #'combi': 'Combi Payment', … … 50 50 'teaching_practice':'Teaching Practice Fee', 51 51 'ijmb_exam':'IJMB Examination Fees', 52 'transcript': 'Transcript Fee', 52 53 } 53 54
Note: See TracChangeset for help on using the changeset viewer.