- Timestamp:
- 24 Aug 2016, 14:21:34 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/interswitch/browser.py
r14118 r14129 30 30 from kofacustom.coewarri.interfaces import MessageFactory as _ 31 31 32 PRODUCT_ID = '6 207'32 PRODUCT_ID = '6667' 33 33 SITE_NAME = 'coewarri-kofa.waeup.org' 34 34 PROVIDER_ACCT = '0137712635' … … 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 … … 122 122 pay_item_id = '101' 123 123 product_id = PRODUCT_ID 124 mac = ' CEF793CBBE838AA0CBB29B74D571113B4EA6586D3BA77E7CFA0B95E278364EFC4526ED7BD255A366CDDE11F1F607F0F844B09D93B16F7CFE87563B2272007AB3'124 mac = '9309B5CBF1BFB09693C6F5F578046E3FCAB0A2538C3FE4221A6E63AFD348DE888E655F9C7E9F112151A702B6B09E6A7ACC5B3BF3C701F0C1B0D8EA6C1872AE94' 125 125 126 126 def update(self):
Note: See TracChangeset for help on using the changeset viewer.