Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
For webooks.
  • Loading branch information
justinrporter authored and kavdev committed Jan 9, 2018
1 parent a6f4461 commit 2eba8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Add to the urls.py:
url(r'^payments/', include('djstripe.urls', namespace="djstripe")),
Then tell stripe about the webhook (Stripe webhook docs can be found `here <https://stripe.com/docs/webhooks>`_) using the full url for wherever you put the the djstrip urls, e.g. ``yourwebsite.com/payments/webhook``.
Then tell stripe about the webhook (Stripe webhook docs can be found `here <https://stripe.com/docs/webhooks>`_) using the full url of your endpoint from the urls.py step above (e.g. ``https://yourwebsite.com/payments/webhook``).

Run the commands::

Expand Down

0 comments on commit 2eba8f9

Please sign in to comment.