- Timestamp:
- 27 Jul 2022, 14:53:37 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edocons/trunk/src/kofacustom/edocons/interswitch/browser.py
r16806 r17040 163 163 xmldict['institution_acct'] = '1489560452' 164 164 xmldict['institution_bank_id'] = '31' 165 if self.context.__parent__.__parent__.prefix.startswith('tsc'): 166 provider_amt = 2000.0 167 xmldict['institution_acct'] = '1000907711' 168 xmldict['institution_bank_id'] = '7' 165 169 xmldict['detail_ref'] = self.context.p_id 166 170 xmldict['provider_amt'] = 100 * provider_amt
Note: See TracChangeset for help on using the changeset viewer.