Changeset 16021 for main/waeup.aaue
- Timestamp:
- 29 Feb 2020, 08:35:32 (5 years ago)
- Location:
- main/waeup.aaue/trunk/src/waeup/aaue
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r16003 r16021 630 630 gateway_net_amt(self.context.amount_auth)) 631 631 632 # Faculty Laboratory Due 633 elif self.context.p_category == 'fab_lab': 634 xmldict['institution_acct'] = '1016425386' 635 xmldict['institution_bank_id'] = '117' 636 self.pay_item_id = '117' 637 xmldict['institution_amt'] = 100 * ( 638 gateway_net_amt(self.context.amount_auth)) 639 632 640 # Sports Fee 633 641 #elif self.context.p_category == 'sports': -
main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
r16020 r16021 150 150 #'library': 'Library Fee UG', 151 151 'sports_library': 'Sports Development and UG Library Fee', 152 'fab_lab': 'Faculty Laboratory Due (CHM102/PHY103/CSC101)', 152 153 } 153 154
Note: See TracChangeset for help on using the changeset viewer.