Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HttpResponseNotFound import missing from backends.paypal.view #2

Closed
nicklo opened this issue Nov 23, 2010 · 1 comment
Closed

HttpResponseNotFound import missing from backends.paypal.view #2

nicklo opened this issue Nov 23, 2010 · 1 comment

Comments

@nicklo
Copy link

nicklo commented Nov 23, 2010

The addition of HttpResponseNotFound in the following import...

from django.http import HttpResponseRedirect, HttpResponseNotFound

...is needed otherwise the final line...

return HttpResponseNotFound()

...fails.

@emesik
Copy link
Owner

emesik commented Nov 23, 2010

Fixed that in d767f3b. Thanks!

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants