Ignore:
Timestamp:
15 Feb 2007, 17:52:01 (18 years ago)
Author:
joachim
Message:

new function for officers to aprove epayments.
must be called in an payment.
can be tested with the current version of simulate_callback.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_epayment/simulate_callback.py

    r1367 r1425  
    1919
    2020from urllib import urlencode
    21 url = "%s/epayment_cb/?%s" % (context.absolute_url(),urlencode(args))
     21#url = "%s/epayment_cb/?%s" % (context.absolute_url(),urlencode(args))
     22url = "%s" % (context.absolute_url())
    2223return REQUEST.RESPONSE.redirect(url)
Note: See TracChangeset for help on using the changeset viewer.