- Timestamp:
- 13 Mar 2024, 21:34:26 (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/interswitch/browser.py
r17698 r17715 127 127 elif student.faccode in ('FMED', 'FBM'): 128 128 xmldict['institution_acct'] = '1011274462' 129 elif student.certcode == 'DFFPA': 130 xmldict['institution_acct'] = '2001627961' 131 xmldict['institution_bank_id'] = '8' 132 provider_amt = 4000.0 133 tech_fee = 0.0 129 134 if self.context.p_item == 'Balance': 130 135 provider_amt = 0.0
Note: See TracChangeset for help on using the changeset viewer.