Changeset 14099


Ignore:
Timestamp:
22 Aug 2016, 05:09:32 (8 years ago)
Author:
Henrik Bettermann
Message:

Switch to live environment.

File:
1 edited

Legend:

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

    r14098 r14099  
    3939GATEWAY_AMT = 300.0
    4040
    41 #POST_ACTION = 'https://webpay.interswitchng.com/paydirect/pay'
    42 POST_ACTION = 'https://stageserv.interswitchng.com/test_paydirect/pay'
    43 #HOST = 'webpay.interswitchng.com'
    44 HOST = 'stageserv.interswitchng.com'
    45 #URL = '/paydirect/api/v1/gettransaction.json'
    46 URL = '/test_paydirect/api/v1/gettransaction.json'
     41POST_ACTION = 'https://webpay.interswitchng.com/paydirect/pay'
     42#POST_ACTION = 'https://stageserv.interswitchng.com/test_paydirect/pay'
     43HOST = 'webpay.interswitchng.com'
     44#HOST = 'stageserv.interswitchng.com'
     45URL = '/paydirect/api/v1/gettransaction.json'
     46#URL = '/test_paydirect/api/v1/gettransaction.json'
    4747
    4848httplib.HTTPSConnection.debuglevel = 0
Note: See TracChangeset for help on using the changeset viewer.