Print out to stderr the PayPal URL
parent
80b8230252
commit
0ec0416c0f
|
@ -473,6 +473,7 @@ class CampaignFormView(FormView):
|
|||
|
||||
if url:
|
||||
logger.info("CampaignFormView paypal: " + url)
|
||||
print >> sys.stderr, "CampaignFormView paypal: ", url
|
||||
return HttpResponseRedirect(url)
|
||||
else:
|
||||
response = t.reference
|
||||
|
|
Loading…
Reference in New Issue