Changeset 17427 for main/kofacustom.unidel/trunk/src
- Timestamp:
- 31 May 2023, 08:07:08 (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/interswitch/browser.py
r17399 r17427 107 107 tech_fee = 0.0 108 108 if student.current_mode.startswith('dp'): 109 xmldict['institution_acct'] = '1011431799' 110 xmldict['institution_bank_id'] = '117' 111 provider_amt = 250.0 112 tech_fee = 0.0 109 xmldict['institution_acct'] = '2001627961' 110 xmldict['institution_bank_id'] = '8' 113 111 elif self.context.p_category == 'hostel_maintenance': 114 112 xmldict['institution_acct'] = '1012551384'
Note: See TracChangeset for help on using the changeset viewer.