mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(router): Add Cancel Event in Webhooks and Mapping it in Stripe (#2573)
This commit is contained in:
@ -794,6 +794,7 @@ pub enum EventType {
|
||||
PaymentSucceeded,
|
||||
PaymentFailed,
|
||||
PaymentProcessing,
|
||||
PaymentCancelled,
|
||||
ActionRequired,
|
||||
RefundSucceeded,
|
||||
RefundFailed,
|
||||
|
||||
Reference in New Issue
Block a user