Changeset 16941


Ignore:
Timestamp:
1 May 2022, 10:36:38 (2 years ago)
Author:
Henrik Bettermann
Message:

... doesn't work. So let's try with 103.

File:
1 edited

Legend:

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

    r16940 r16941  
    668668        # Exam Fee
    669669        elif self.context.p_category == 'exam':
    670             self.pay_item_id = '000'
     670            self.pay_item_id = '103'
    671671            xmldict['institution_amt'] = 100 * (
    672672                gateway_net_amt(self.context.amount_auth))
Note: See TracChangeset for help on using the changeset viewer.