Ignore:
Timestamp:
15 Oct 2018, 14:00:33 (6 years ago)
Author:
Henrik Bettermann
Message:

Deduct provider amount.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py

    r15181 r15190  
    366366                    gateway_net_amt(self.context.amount_auth)
    367367                    - gown_fee_amt
    368                     - aaue_lf_fee_amt)
     368                    - aaue_lf_fee_amt
     369                    - provider_amt)
    369370                xmltext = """<payment_item_detail>
    370371<item_details detail_ref="%(detail_ref)s" college="%(institution_name)s" department="%(department)s" faculty="%(faculty)s">
     
    379380                # Clearance without additional fees
    380381                xmldict['institution_amt'] = 100 * (
    381                     gateway_net_amt(self.context.amount_auth))
     382                    gateway_net_amt(self.context.amount_auth)
     383                    - provider_amt)
    382384                xmltext = """<payment_item_detail>
    383385<item_details detail_ref="%(detail_ref)s" college="%(institution_name)s" department="%(department)s" faculty="%(faculty)s">
Note: See TracChangeset for help on using the changeset viewer.