Ignore:
Timestamp:
14 May 2018, 20:32:03 (6 years ago)
Author:
Henrik Bettermann
Message:

Use new testing gateways.

File:
1 edited

Legend:

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

    r14276 r15010  
    4040
    4141#POST_ACTION = 'https://webpay.interswitchng.com/paydirect/pay'
    42 POST_ACTION = 'https://stageserv.interswitchng.com/test_paydirect/pay'
     42POST_ACTION = 'https://sandbox.interswitchng.com/webpay/pay'
    4343#HOST = 'webpay.interswitchng.com'
    44 HOST = 'stageserv.interswitchng.com'
     44HOST = 'sandbox.interswitchng.com'
    4545#URL = '/paydirect/api/v1/gettransaction.json'
    46 URL = '/test_paydirect/api/v1/gettransaction.json'
     46URL = '/webpay/api/v1/gettransaction.json'
    4747
    4848httplib.HTTPSConnection.debuglevel = 0
Note: See TracChangeset for help on using the changeset viewer.