Changeset 11879 for main/waeup.aaue/trunk/src
- Timestamp:
- 28 Oct 2014, 06:58:43 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r11876 r11879 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 '45 POST_ACTION = 'https://stageserv.interswitchng.com/test_paydirect/pay.aspx' 46 46 47 HOST = 'webpay.interswitchng.com'48 #HOST = 'testwebpay.interswitchng.com'47 #HOST = 'webpay.interswitchng.com' 48 HOST = 'stageserv.interswitchng.com' 49 49 50 URL = '/paydirect/services/TransactionQueryWs.asmx'51 #URL = '/test_paydirect/services/TransactionQueryWs.asmx'50 #URL = '/paydirect/services/TransactionQueryWs.asmx' 51 URL = '/test_paydirect/pay/services/TransactionQueryURL.aspx' 52 52 httplib.HTTPConnection.debuglevel = 0 53 54 53 55 54 class CustomInterswitchPageApplicant(InterswitchPageApplicant): … … 67 66 68 67 def update(self): 68 69 # For testing only !! 70 self.context.amount = 300.0 69 71 70 72 super(CustomInterswitchPageApplicant, self).update()
Note: See TracChangeset for help on using the changeset viewer.