- Timestamp:
- 31 Jan 2022, 09:01:03 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/browser.py
r16760 r16762 332 332 # amount_auth is being ignored. However, the sum of all split payments 333 333 # must coincide with the amount_auth configured in students/utils.py 334 xmldict['amt1'] = 100 * 1000335 xmldict['amt2'] = 100 * 500334 xmldict['amt1'] = 100 * 2000 335 xmldict['amt2'] = 100 * 1000 336 336 xmldict['amt3'] = 100 * 900 337 xmldict['amt4'] = 100 * 500337 xmldict['amt4'] = 100 * 1000 338 338 339 339 xmltext = """<payment_item_detail>
Note: See TracChangeset for help on using the changeset viewer.