Changeset 16941 for main/waeup.aaue
- Timestamp:
- 1 May 2022, 10:36:38 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r16940 r16941 668 668 # Exam Fee 669 669 elif self.context.p_category == 'exam': 670 self.pay_item_id = ' 000'670 self.pay_item_id = '103' 671 671 xmldict['institution_amt'] = 100 * ( 672 672 gateway_net_amt(self.context.amount_auth))
Note: See TracChangeset for help on using the changeset viewer.