Changeset 16429 for main/kofacustom.dspg/trunk
- Timestamp:
- 24 Mar 2021, 06:57:18 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/browser.py
r16422 r16429 236 236 xmldict['provider_amt'] = 100 * provider_amt 237 237 xmldict['tech_fee'] = 100 * tech_fee 238 xmldict['microsoft_fee'] = 100 * tech_fee238 xmldict['microsoft_fee'] = 100 * microsoft_fee 239 239 xmldict['institution_item_name'] = self.context.category 240 240 xmldict['institution_name'] = INSTITUTION_NAME 241 241 xmldict['institution_amt'] = institution_amt = 100 * ( 242 self.context.amount_auth - provider_amt - tech_fee - GATEWAY_AMT)242 self.context.amount_auth - provider_amt - tech_fee - microsoft_fee - GATEWAY_AMT) 243 243 244 244 if provider_amt == 0:
Note: See TracChangeset for help on using the changeset viewer.