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:
Shankar Singh C
2024-12-22 22:41:28 +05:30
committed by GitHub
parent 977cb704e7
commit 0f8b0b3bc8
29 changed files with 1152 additions and 58 deletions

View File

@ -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