Ignore:
Timestamp:
24 Mar 2021, 06:57:18 (3 years ago)
Author:
Henrik Bettermann
Message:

Send correct split data.

File:
1 edited

Legend:

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

    r16422 r16429  
    236236        xmldict['provider_amt'] = 100 * provider_amt
    237237        xmldict['tech_fee'] = 100 * tech_fee
    238         xmldict['microsoft_fee'] = 100 * tech_fee
     238        xmldict['microsoft_fee'] = 100 * microsoft_fee
    239239        xmldict['institution_item_name'] = self.context.category
    240240        xmldict['institution_name'] = INSTITUTION_NAME
    241241        xmldict['institution_amt'] = institution_amt = 100 * (
    242             self.context.amount_auth - provider_amt - tech_fee - GATEWAY_AMT)
     242            self.context.amount_auth - provider_amt - tech_fee - microsoft_fee - GATEWAY_AMT)
    243243
    244244        if provider_amt == 0:
Note: See TracChangeset for help on using the changeset viewer.