mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 21:37:41 +08:00
feat(router): add db interface for /relay (#6879)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -37,6 +37,7 @@ pub enum ApiIdentifier {
|
||||
Recon,
|
||||
Poll,
|
||||
ApplePayCertificatesMigration,
|
||||
Relay,
|
||||
}
|
||||
|
||||
impl From<Flow> for ApiIdentifier {
|
||||
@ -164,6 +165,7 @@ impl From<Flow> for ApiIdentifier {
|
||||
| Flow::RefundsFilters
|
||||
| Flow::RefundsAggregate
|
||||
| Flow::RefundsManualUpdate => Self::Refunds,
|
||||
Flow::Relay => Self::Relay,
|
||||
|
||||
Flow::FrmFulfillment
|
||||
| Flow::IncomingWebhookReceive
|
||||
|
||||
Reference in New Issue
Block a user