Changeset 16940 for main/waeup.aaue/trunk/src/waeup
- Timestamp:
- 1 May 2022, 10:34:52 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r16898 r16940 666 666 # gateway_net_amt(self.context.amount_auth)) 667 667 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 668 674 # Sports & Library Fee temporarily in 2020 669 675 elif self.context.p_category == 'sports_library':
Note: See TracChangeset for help on using the changeset viewer.