Changeset 14731 for main/kofacustom.dspg/trunk/src/kofacustom
- Timestamp:
- 26 Jul 2017, 11:42:34 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/browser.py
r14730 r14731 131 131 return 132 132 xmldict = {} 133 provider_amt = 400.0134 xmldict['institution_acct'] = '00 000000000'135 xmldict['institution_bank_id'] = ' 00'133 provider_amt = 500.0 134 xmldict['institution_acct'] = '0026235493' 135 xmldict['institution_bank_id'] = '31' 136 136 xmldict['detail_ref'] = self.context.p_id 137 137 xmldict['provider_amt'] = 100 * provider_amt
Note: See TracChangeset for help on using the changeset viewer.