Skip to content

Commit

Permalink
Update WebhookCommand.php (#1428)
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Aug 26, 2022
1 parent 31231de commit 8810f30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Console/WebhookCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public function handle()
'customer.updated',
'customer.deleted',
'invoice.payment_action_required',
'invoice.payment_succeeded',
],
'url' => $this->option('url') ?? route('cashier.webhook'),
'api_version' => $this->option('api-version') ?? Cashier::STRIPE_VERSION,
Expand Down

0 comments on commit 8810f30

Please sign in to comment.