Ignore:
Timestamp:
28 Oct 2014, 06:58:43 (10 years ago)
Author:
Henrik Bettermann
Message:

Set Interswitch testing parameters.

File:
1 edited

Legend:

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

    r11876 r11879  
    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'
     45POST_ACTION = 'https://stageserv.interswitchng.com/test_paydirect/pay.aspx'
    4646
    47 HOST = 'webpay.interswitchng.com'
    48 #HOST = 'testwebpay.interswitchng.com'
     47#HOST = 'webpay.interswitchng.com'
     48HOST = 'stageserv.interswitchng.com'
    4949
    50 URL = '/paydirect/services/TransactionQueryWs.asmx'
    51 #URL = '/test_paydirect/services/TransactionQueryWs.asmx'
     50#URL = '/paydirect/services/TransactionQueryWs.asmx'
     51URL = '/test_paydirect/pay/services/TransactionQueryURL.aspx'
    5252httplib.HTTPConnection.debuglevel = 0
    53 
    5453
    5554class CustomInterswitchPageApplicant(InterswitchPageApplicant):
     
    6766
    6867    def update(self):
     68
     69        # For testing only !!
     70        self.context.amount = 300.0
    6971
    7072        super(CustomInterswitchPageApplicant, self).update()
Note: See TracChangeset for help on using the changeset viewer.