Changeset 11888 for main/waeup.aaue/trunk/src/waeup
- Timestamp:
- 28 Oct 2014, 18:40:40 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r11881 r11888 43 43 #POST_ACTION = 'https://webpay.interswitchng.com/paydirect/webpay/pay.aspx' 44 44 #POST_ACTION = 'https://testwebpay.interswitchng.com/test_paydirect/webpay/pay.aspx' 45 POST_ACTION = 'https://stageserv.interswitchng.com/test_paydirect/pay .aspx'45 POST_ACTION = 'https://stageserv.interswitchng.com/test_paydirect/pay' 46 46 47 47 #HOST = 'webpay.interswitchng.com' … … 49 49 50 50 #URL = '/paydirect/services/TransactionQueryWs.asmx' 51 URL = '/test_paydirect/ pay/services/TransactionQueryURL.aspx'51 URL = '/test_paydirect/api/v1/gettransaction.xml' 52 52 httplib.HTTPConnection.debuglevel = 0 53 53
Note: See TracChangeset for help on using the changeset viewer.