Changeset 17839 for main/kofacustom.unidel/trunk/src/kofacustom/unidel
- Timestamp:
- 10 Jul 2024, 11:59:08 (4 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
r17715 r17839 135 135 provider_amt = 0.0 136 136 tech_fee = 0.0 137 elif self.context.p_category.startswith('ijmb'): 138 xmldict['institution_acct'] = '0093658062' 139 xmldict['institution_bank_id'] = '121' 140 provider_amt = 250.0 137 141 elif self.context.p_category == 'hostel_maintenance': 138 142 xmldict['institution_acct'] = '1012551384' -
main/kofacustom.unidel/trunk/src/kofacustom/unidel/utils/utils.py
r17698 r17839 39 39 'med_reg':'Medical Registration Fee', 40 40 'teaching_practice':'Teaching Practice Fee', 41 'ijmb_exam':'IJMB Examination Fees', 41 42 } 42 43 … … 48 49 'med_reg':'Medical Registration Fee', 49 50 'teaching_practice':'Teaching Practice Fee', 51 'ijmb_exam':'IJMB Examination Fees', 50 52 } 51 53
Note: See TracChangeset for help on using the changeset viewer.