Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
pre-commit-ci[bot] committed Nov 17, 2024
1 parent 63b8c8a commit d97f359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/webhooks.rst
Original file line number Diff line number Diff line change
@@ -94,9 +94,9 @@ Testing with Stripe CLI
----------------------

The `Stripe CLI <https://stripe.com/docs/stripe-cli#install>`_ provides a simple
way to test webhooks during local development by forwarding Stripe events to
way to test webhooks during local development by forwarding Stripe events to
your local server. After installing and running ``stripe login``, you can start
forwarding events to your local Django server with
forwarding events to your local Django server with
``stripe listen --forward-to localhost:8000/payments/process/stripe/``
Use the webhook signing secret provided by the CLI in your development settings.

0 comments on commit d97f359

Please sign in to comment.