Changeset 15765
- Timestamp:
- 7 Nov 2019, 07:51:16 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/browser.py
r15764 r15765 468 468 self.context.provider_amt = provider_amt 469 469 self.context.gateway_amt = GATEWAY_AMT 470 self.amount_auth = int(100 * self.context.amount_auth) 470 471 hashargs = ( 471 472 self.context.p_id + … … 556 557 self.context.provider_amt = provider_amt 557 558 self.context.gateway_amt = GATEWAY_AMT 558 559 self.amount_auth = int(100 * self.context.amount_auth) 559 560 hashargs = ( 560 561 self.context.p_id +
Note: See TracChangeset for help on using the changeset viewer.