Changeset 5264 for WAeUP_SRP/trunk
- Timestamp:
- 14 Jul 2010, 13:21:21 (14 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_aaue
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_aaue/getPaymentsFolderInfo.py
r5193 r5264 139 139 row['callback_url'] = "%(url)s/interswitch_request_cb2" % row 140 140 #href = '%(query_url)s' % info 141 href = "http://testwebpay.interswitchng.com/CollegepayService/TransactionQueryURL.aspx" 141 #href = "http://testwebpay.interswitchng.com/CollegepayService/TransactionQueryURL.aspx" 142 href = "http://webpay.interswitchng.com/CollegepayService/TransactionQueryURL.aspx " 142 143 href += '?redirectURL=%(callback_url)s' % row 143 144 #href += '&productid=%(prod_id)s' % info -
WAeUP_SRP/trunk/skins/waeup_aaue/request_interswitch.py
r5190 r5264 66 66 return context.REQUEST.RESPONSE.redirect("%s/srp_anonymous_view" % context.portal_url()) 67 67 68 query_url = "http://testwebpay.interswitchng.com/CollegepayService/TransactionQueryURL.aspx" 68 #query_url = "http://testwebpay.interswitchng.com/CollegepayService/TransactionQueryURL.aspx" 69 query_url = "http://webpay.interswitchng.com/CollegepayService/TransactionQueryURL.aspx" 69 70 70 71 info['callback_url'] = "%s/payments/%s/interswitch_request_cb" % (student.absolute_url(),p_id) -
WAeUP_SRP/trunk/skins/waeup_aaue/request_interswitch2.py
r5193 r5264 66 66 return context.REQUEST.RESPONSE.redirect("%s/srp_anonymous_view" % context.portal_url()) 67 67 68 query_url = "http://testwebpay.interswitchng.com/CollegepayService/TransactionQueryURL.aspx" 68 #query_url = "http://testwebpay.interswitchng.com/CollegepayService/TransactionQueryURL.aspx" 69 query_url = "http://webpay.interswitchng.com/CollegepayService/TransactionQueryURL.aspx" 69 70 70 71 info['callback_url'] = "%s/payments/%s/interswitch_request_cb2" % (student.absolute_url(),p_id)
Note: See TracChangeset for help on using the changeset viewer.