Changeset 17936


Ignore:
Timestamp:
4 Oct 2024, 22:26:13 (5 weeks ago)
Author:
Henrik Bettermann
Message:

Switch to production system.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/interswitch/browser.py

    r17927 r17936  
    272272# WebCheckout customizations
    273273
    274 MERCHANT_CODE = 'MX176634'
    275 PAY_ITEM_ID = '102'
     274MERCHANT_CODE = 'MX104253'
     275PAY_ITEM_ID = 'Default_Payable_MX104253'
    276276
    277277class CustomWebCheckoutPageStudent(WebCheckoutPageStudent):
     
    279279    WebCheckout payment gateway.
    280280    """
    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'
    283283    currency = '566'
    284284    pay_item_id = PAY_ITEM_ID
Note: See TracChangeset for help on using the changeset viewer.