feat(router): Add Cancel Event in Webhooks and Mapping it in Stripe (#2573)

This commit is contained in:
DEEPANSHU BANSAL
2023-10-13 16:35:00 +05:30
committed by GitHub
parent d4019751ff
commit 92f7918e6f
9 changed files with 16 additions and 4 deletions

View File

@ -17,6 +17,7 @@ fn default_webhook_config() -> api::MerchantWebhookConfig {
api::IncomingWebhookEvent::PaymentIntentSuccess,
api::IncomingWebhookEvent::PaymentIntentFailure,
api::IncomingWebhookEvent::PaymentIntentProcessing,
api::IncomingWebhookEvent::PaymentIntentCancelled,
api::IncomingWebhookEvent::PaymentActionRequired,
api::IncomingWebhookEvent::RefundSuccess,
])