From 51c608178591f6e1b1374268b63fcd62708d50f5 Mon Sep 17 00:00:00 2001 From: Rias Date: Sun, 8 Jul 2018 12:53:55 +0200 Subject: [PATCH] Fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 412f94d..39514e4 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ return [ */ 'endpoint' => 'stripe-webhooks', ]; - +``` In the `signingSecret` key of the config file you should add a valid webhook secret. You can find the secret used at [the webhook configuration settings on the Stripe dashboard](https://dashboard.stripe.com/account/webhooks).