Changeset 17100
- Timestamp:
- 14 Sep 2022, 20:22:17 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r17083 r17100 729 729 gateway_net_amt(self.context.amount_auth)) 730 730 731 # Access Card Fee 732 elif self.context.p_category == 'access_card': 733 self.pay_item_id = '103' 734 xmldict['institution_acct'] = '1012686013' 735 xmldict['institution_bank_id'] = '123' 736 xmldict['institution_amt'] = 100 * ( 737 gateway_net_amt(self.context.amount_auth)) 738 731 739 # LMS + Sundry Fees 732 740 elif self.context.p_category == 'lms_sund':
Note: See TracChangeset for help on using the changeset viewer.