Ignore:
Timestamp:
14 Jul 2010, 13:21:21 (14 years ago)
Author:
Henrik Bettermann
Message:

request payment goes live

Location:
WAeUP_SRP/trunk/skins/waeup_aaue
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_aaue/getPaymentsFolderInfo.py

    r5193 r5264  
    139139            row['callback_url'] = "%(url)s/interswitch_request_cb2" % row     
    140140        #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 "
    142143        href += '?redirectURL=%(callback_url)s' % row
    143144        #href += '&productid=%(prod_id)s' % info
  • WAeUP_SRP/trunk/skins/waeup_aaue/request_interswitch.py

    r5190 r5264  
    6666    return context.REQUEST.RESPONSE.redirect("%s/srp_anonymous_view" % context.portal_url())
    6767
    68 query_url = "http://testwebpay.interswitchng.com/CollegepayService/TransactionQueryURL.aspx"
     68#query_url = "http://testwebpay.interswitchng.com/CollegepayService/TransactionQueryURL.aspx"
     69query_url = "http://webpay.interswitchng.com/CollegepayService/TransactionQueryURL.aspx"
    6970
    7071info['callback_url'] = "%s/payments/%s/interswitch_request_cb" % (student.absolute_url(),p_id)
  • WAeUP_SRP/trunk/skins/waeup_aaue/request_interswitch2.py

    r5193 r5264  
    6666    return context.REQUEST.RESPONSE.redirect("%s/srp_anonymous_view" % context.portal_url())
    6767
    68 query_url = "http://testwebpay.interswitchng.com/CollegepayService/TransactionQueryURL.aspx"
     68#query_url = "http://testwebpay.interswitchng.com/CollegepayService/TransactionQueryURL.aspx"
     69query_url = "http://webpay.interswitchng.com/CollegepayService/TransactionQueryURL.aspx"
    6970
    7071info['callback_url'] = "%s/payments/%s/interswitch_request_cb2" % (student.absolute_url(),p_id)
Note: See TracChangeset for help on using the changeset viewer.