Changeset 18044 for main/kofacustom.edopoly/trunk
- Timestamp:
- 14 Mar 2025, 01:17:15 (22 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/interswitch/browser.py
r17978 r18044 275 275 PAY_ITEM_ID = 'Default_Payable_MX104253' 276 276 277 SPLIT T_ACCOUNTS = {277 SPLIT_ACCOUNTS = { 278 278 'schoolfee': [{"alias":"espu school fees account","percentage":"100","description":"Tuition Exams Fee","isPrimary":"true"},], 279 279 'clearance': [{"alias":"espu school fees account","percentage":"85","description":"Acceptance Fee","isPrimary":"true"}, 280 280 {"alias":"waeac","percentage":"15","description":"WAEAC Fee"},], 281 # 281 #'bed_allocation': 'Accommodation Booking Fee', 282 282 'hostel_maintenance': [{"alias":"espu school fees account","description":"Hostel Maintenance Fee","isPrimary":"true"},], 283 283 #'application': 'Application Fee', … … 324 324 @property 325 325 def split_accounts(self): 326 sa = SPLIT T_ACCOUNTS.get(self.context.p_category, None)326 sa = SPLIT_ACCOUNTS.get(self.context.p_category, None) 327 327 return str(sa) 328 328
Note: See TracChangeset for help on using the changeset viewer.