- Timestamp:
- 4 Oct 2024, 22:26:13 (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/interswitch/browser.py
r17927 r17936 272 272 # WebCheckout customizations 273 273 274 MERCHANT_CODE = 'MX1 76634'275 PAY_ITEM_ID = ' 102'274 MERCHANT_CODE = 'MX104253' 275 PAY_ITEM_ID = 'Default_Payable_MX104253' 276 276 277 277 class CustomWebCheckoutPageStudent(WebCheckoutPageStudent): … … 279 279 WebCheckout payment gateway. 280 280 """ 281 #action = 'https://newwebpay.interswitchng.com/collections/w/pay'282 action = 'https://newwebpay.qa.interswitchng.com/collections/w/pay'281 action = 'https://newwebpay.interswitchng.com/collections/w/pay' 282 #action = 'https://newwebpay.qa.interswitchng.com/collections/w/pay' 283 283 currency = '566' 284 284 pay_item_id = PAY_ITEM_ID
Note: See TracChangeset for help on using the changeset viewer.