Changeset 11888 for main/waeup.aaue


Ignore:
Timestamp:
28 Oct 2014, 18:40:40 (10 years ago)
Author:
Henrik Bettermann
Message:

Change URLs again. I'm very skeptical that this will work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py

    r11881 r11888  
    4343#POST_ACTION = 'https://webpay.interswitchng.com/paydirect/webpay/pay.aspx'
    4444#POST_ACTION = 'https://testwebpay.interswitchng.com/test_paydirect/webpay/pay.aspx'
    45 POST_ACTION = 'https://stageserv.interswitchng.com/test_paydirect/pay.aspx'
     45POST_ACTION = 'https://stageserv.interswitchng.com/test_paydirect/pay'
    4646
    4747#HOST = 'webpay.interswitchng.com'
     
    4949
    5050#URL = '/paydirect/services/TransactionQueryWs.asmx'
    51 URL = '/test_paydirect/pay/services/TransactionQueryURL.aspx'
     51URL = '/test_paydirect/api/v1/gettransaction.xml'
    5252httplib.HTTPConnection.debuglevel = 0
    5353
Note: See TracChangeset for help on using the changeset viewer.