Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

Commit

Permalink
Merge 302cbad into 416c60f
Browse files Browse the repository at this point in the history
  • Loading branch information
mikefromlyon69 committed Jul 28, 2014
2 parents 416c60f + 302cbad commit 7658850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/payment/create_with_paypal.py
Expand Up @@ -52,7 +52,7 @@
# Redirect the user to given approval url
for link in payment.links:
if link.method == "REDIRECT":
redirect_url = link.href
redirect_url = str(link.href)
print("Redirect for approval: %s"%(redirect_url))
else:
print("Error while creating payment:")
Expand Down

0 comments on commit 7658850

Please sign in to comment.