Skip to content

Commit

Permalink
Update WebhookCommand.php
Browse files Browse the repository at this point in the history
Remove unused `invoice.payment_succeeded` webhook
  • Loading branch information
clementmas authored Nov 15, 2023
1 parent c7ae07c commit eb6b165
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Console/WebhookCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class WebhookCommand extends Command
'customer.deleted',
'payment_method.automatically_updated',
'invoice.payment_action_required',
'invoice.payment_succeeded',
];

/**
Expand Down

0 comments on commit eb6b165

Please sign in to comment.