Changeset 8316 for WAeUP_SRP


Ignore:
Timestamp:
30 Apr 2012, 12:40:52 (12 years ago)
Author:
Henrik Bettermann
Message:

Change Interswitch URL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_uniben/pay_interswitch.py

    r8296 r8316  
    9090    return context.REQUEST.RESPONSE.redirect("%s/srp_anonymous_view" % context.portal_url())
    9191
     92# old: https://webpay.interswitchng.com/paydirect/webpay/pay.aspx
     93
    9294if True or context.portal_url().find('uniben-demo.waeup.org') >-1 or\
    9395   context.portal_url().find('uniben.waeup.org') >-1:
    9496    #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"
    9698else:
    9799    info['action'] = "%s/payments/%s/simulate_callback" % (student.absolute_url(),p_id)
Note: See TracChangeset for help on using the changeset viewer.