- Timestamp:
- 18 Feb 2019, 18:54:55 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/interswitch/browser.py
r15328 r15335 98 98 xmldict['share_amt'] = 100 * share_amt 99 99 xmldict['institution_amt'] = 100 * ( 100 self.context.amount_auth - provider_amt - GATEWAY_AMT)100 self.context.amount_auth - provider_amt - share_amt - GATEWAY_AMT) 101 101 102 102 # Interswitch amount is not part of the xml data
Note: See TracChangeset for help on using the changeset viewer.