Ignore:
Timestamp:
31 Jan 2022, 09:01:03 (3 years ago)
Author:
Henrik Bettermann
Message:

Change dep_sug fee.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/browser.py

    r16760 r16762  
    332332            # amount_auth is being ignored. However, the sum of all split payments
    333333            # must coincide with the amount_auth configured in students/utils.py
    334             xmldict['amt1'] = 100 * 1000
    335             xmldict['amt2'] = 100 * 500
     334            xmldict['amt1'] = 100 * 2000
     335            xmldict['amt2'] = 100 * 1000
    336336            xmldict['amt3'] = 100 * 900
    337             xmldict['amt4'] = 100 * 500
     337            xmldict['amt4'] = 100 * 1000
    338338
    339339            xmltext = """<payment_item_detail>
Note: See TracChangeset for help on using the changeset viewer.