Changeset 14118
- Timestamp:
- 23 Aug 2016, 17:32:40 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/interswitch/browser.py
r14100 r14118 37 37 INSTITUTION_NAME = 'COE Warri' 38 38 CURRENCY = '566' 39 GATEWAY_AMT = 250.040 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'39 GATEWAY_AMT = 300.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' 47 47 48 48 httplib.HTTPSConnection.debuglevel = 0
Note: See TracChangeset for help on using the changeset viewer.