Changeset 15978 for main/waeup.aaue/trunk/src/waeup/aaue/interswitch
- Timestamp:
- 4 Feb 2020, 09:50:05 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r15976 r15978 631 631 632 632 # Sports Fee 633 elif self.context.p_category == 'sports': 633 #elif self.context.p_category == 'sports': 634 # self.pay_item_id = '105' 635 # xmldict['institution_amt'] = 100 * ( 636 # gateway_net_amt(self.context.amount_auth)) 637 638 # Library Fee 639 #elif self.context.p_category == 'library': 640 # self.pay_item_id = '105' 641 # xmldict['institution_amt'] = 100 * ( 642 # gateway_net_amt(self.context.amount_auth)) 643 644 # Library PG Fee 645 #elif self.context.p_category == 'library_pg': 646 # self.pay_item_id = '105' 647 # xmldict['institution_amt'] = 100 * ( 648 # gateway_net_amt(self.context.amount_auth)) 649 650 # Sports & Library Fee 651 elif self.context.p_category == 'sports_library': 634 652 self.pay_item_id = '105' 635 653 xmldict['institution_amt'] = 100 * ( 636 654 gateway_net_amt(self.context.amount_auth)) 637 655 638 # Library Fee639 elif self.context.p_category == 'library':640 self.pay_item_id = '105'641 xmldict['institution_amt'] = 100 * (642 gateway_net_amt(self.context.amount_auth))643 644 # Library PG Fee645 elif self.context.p_category == 'library_pg':646 self.pay_item_id = '105'647 xmldict['institution_amt'] = 100 * (648 gateway_net_amt(self.context.amount_auth))649 656 650 657 # Late Registration Fee
Note: See TracChangeset for help on using the changeset viewer.