From 79857794b873ff57a1b02c68029dc80f842b082b Mon Sep 17 00:00:00 2001 From: Khaled Huthaily Date: Wed, 19 Jul 2023 19:51:01 -0600 Subject: [PATCH] Update README.md This commit reflects the updated info in the config file regarding the connection and queue to process the webhooks. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4fcfea5..9978b59 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,12 @@ return [ */ 'profile' => \Spatie\StripeWebhooks\StripeWebhookProfile::class, + /* + * Specify a connection and or a queue to process the webhooks + */ + 'connection' => env('STRIPE_WEBHOOK_CONNECTION'), + 'queue' => env('STRIPE_WEBHOOK_QUEUE'), + /* * When disabled, the package will not verify if the signature is valid. * This can be handy in local environments.