We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Im breaking my head here to understand what is wrong with webhook, since it always throw error 404.
When i see this lib code i check that the docs are wrong.
Example:
Docs:
https://django-payments.readthedocs.io/en/latest/webhooks.html#stripe
https://your-app.com/payments/stripe/
Correct URL:
https://github.com/jazzband/django-payments/blob/main/payments/urls.py#L51-L65
https://your-app.com/payments/process/stripe/
The text was updated successfully, but these errors were encountered:
Issue jazzband#425
f92a5f5
98a5ed0
mariofix
Successfully merging a pull request may close this issue.
Hi,
Im breaking my head here to understand what is wrong with webhook, since it always throw error 404.
When i see this lib code i check that the docs are wrong.
Example:
Docs:
https://django-payments.readthedocs.io/en/latest/webhooks.html#stripe
https://your-app.com/payments/stripe/
Correct URL:
https://github.com/jazzband/django-payments/blob/main/payments/urls.py#L51-L65
https://your-app.com/payments/process/stripe/
The text was updated successfully, but these errors were encountered: