- Timestamp:
- 22 Aug 2016, 05:09:32 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/interswitch/browser.py
r14098 r14099 39 39 GATEWAY_AMT = 300.0 40 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'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' 47 47 48 48 httplib.HTTPSConnection.debuglevel = 0
Note: See TracChangeset for help on using the changeset viewer.