Ignore:
Timestamp:
1 May 2022, 10:34:52 (3 years ago)
Author:
Henrik Bettermann
Message:

Configure exam fee. Use 000 as pay_item_id. Let's try if Interswitch complains.

File:
1 edited

Legend:

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

    r16898 r16940  
    666666        #        gateway_net_amt(self.context.amount_auth))
    667667
     668        # Exam Fee
     669        elif self.context.p_category == 'exam':
     670            self.pay_item_id = '000'
     671            xmldict['institution_amt'] = 100 * (
     672                gateway_net_amt(self.context.amount_auth))
     673
    668674        # Sports & Library Fee    temporarily in 2020
    669675        elif self.context.p_category == 'sports_library':
Note: See TracChangeset for help on using the changeset viewer.