Changeset 17618 for main/kofacustom.unidel
- Timestamp:
- 20 Oct 2023, 21:51:22 (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/interswitch/browser.py
r17616 r17618 103 103 elif self.context.p_category == 'schoolfee': 104 104 provider_amt = 2800.0 105 tech_fee = 1200.0 105 if self.context.p_item != 'Balance': 106 tech_fee = 1200.0 106 107 xmldict['institution_acct'] = '1011739172' 107 108 xmldict['tech_acct'] = '0213065415'
Note: See TracChangeset for help on using the changeset viewer.