Print out to stderr the PayPal URL

pull/1/head
Raymond Yee 2011-11-23 10:50:29 -08:00
parent 80b8230252
commit 0ec0416c0f
1 changed files with 1 additions and 0 deletions

View File

@ -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