Changeset 16806
- Timestamp:
- 14 Feb 2022, 15:43:38 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edocons/trunk/src/kofacustom/edocons/interswitch/browser.py
r16796 r16806 93 93 xmldict['institution_bank_id'] = '31' 94 94 provider_amt = 0.0 95 self.pay_item_id = 'Default_Payable_MX 47030' # must be provided by Interswitch95 self.pay_item_id = 'Default_Payable_MX26002' # must be provided by Interswitch 96 96 xmldict['provider_amt'] = 100 * provider_amt 97 97 xmldict['institution_item_name'] = self.context.category … … 135 135 site_name = SITE_NAME 136 136 currency = CURRENCY 137 pay_item_id = 'Default_Payable_MX 47030' # must be provided by Interswitch137 pay_item_id = 'Default_Payable_MX26002' # must be provided by Interswitch 138 138 product_id = PRODUCT_ID 139 139 mac = MAC … … 255 255 PAYDIRECT_HOST = 'orion.interswitchng.com' 256 256 PAYDIRECT_URL = '/bookonhold/bookonhold.asmx' 257 MERCHANT_ID = 'MX 47030'257 MERCHANT_ID = 'MX26002' 258 258 259 259 class CustomPAYDirectPageStudent(PAYDirectPageStudent):
Note: See TracChangeset for help on using the changeset viewer.