Changeset 8316
- Timestamp:
- 30 Apr 2012, 12:40:52 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_uniben/pay_interswitch.py
r8296 r8316 90 90 return context.REQUEST.RESPONSE.redirect("%s/srp_anonymous_view" % context.portal_url()) 91 91 92 # old: https://webpay.interswitchng.com/paydirect/webpay/pay.aspx 93 92 94 if True or context.portal_url().find('uniben-demo.waeup.org') >-1 or\ 93 95 context.portal_url().find('uniben.waeup.org') >-1: 94 96 #info['action'] = "https://webpay.interswitchng.com/test_paydirect/webpay/pay.aspx" 95 info['action'] = "https://webpay.interswitchng.com/ paydirect/webpay/pay.aspx"97 info['action'] = "https://webpay.interswitchng.com/webpayv4/webpay/pay.aspx" 96 98 else: 97 99 info['action'] = "%s/payments/%s/simulate_callback" % (student.absolute_url(),p_id)
Note: See TracChangeset for help on using the changeset viewer.