Ignore:
Timestamp:
23 Aug 2016, 17:32:40 (8 years ago)
Author:
Henrik Bettermann
Message:

Switch back to test environment.

File:
1 edited

Legend:

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

    r14100 r14118  
    3737INSTITUTION_NAME = 'COE Warri'
    3838CURRENCY = '566'
    39 GATEWAY_AMT = 250.0
    40 
    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'
     39GATEWAY_AMT = 300.0
     40
     41#POST_ACTION = 'https://webpay.interswitchng.com/paydirect/pay'
     42POST_ACTION = 'https://stageserv.interswitchng.com/test_paydirect/pay'
     43#HOST = 'webpay.interswitchng.com'
     44HOST = 'stageserv.interswitchng.com'
     45#URL = '/paydirect/api/v1/gettransaction.json'
     46URL = '/test_paydirect/api/v1/gettransaction.json'
    4747
    4848httplib.HTTPSConnection.debuglevel = 0
Note: See TracChangeset for help on using the changeset viewer.