mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat(router): add support for relay refund incoming webhooks (#6974)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -537,6 +537,8 @@ pub enum Flow {
|
||||
Relay,
|
||||
/// Relay retrieve flow
|
||||
RelayRetrieve,
|
||||
/// Incoming Relay Webhook Receive
|
||||
IncomingRelayWebhookReceive,
|
||||
}
|
||||
|
||||
/// Trait for providing generic behaviour to flow metric
|
||||
|
||||
Reference in New Issue
Block a user