Changeset 15190
- Timestamp:
- 15 Oct 2018, 14:00:33 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r15181 r15190 366 366 gateway_net_amt(self.context.amount_auth) 367 367 - gown_fee_amt 368 - aaue_lf_fee_amt) 368 - aaue_lf_fee_amt 369 - provider_amt) 369 370 xmltext = """<payment_item_detail> 370 371 <item_details detail_ref="%(detail_ref)s" college="%(institution_name)s" department="%(department)s" faculty="%(faculty)s"> … … 379 380 # Clearance without additional fees 380 381 xmldict['institution_amt'] = 100 * ( 381 gateway_net_amt(self.context.amount_auth)) 382 gateway_net_amt(self.context.amount_auth) 383 - provider_amt) 382 384 xmltext = """<payment_item_detail> 383 385 <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.