mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
feat(router): add endpoint for listing connector features (#6612)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Pa1NarK <69745008+pixincreate@users.noreply.github.com>
This commit is contained in:
@ -38,6 +38,7 @@ pub enum ApiIdentifier {
|
||||
Poll,
|
||||
ApplePayCertificatesMigration,
|
||||
Relay,
|
||||
Documentation,
|
||||
}
|
||||
|
||||
impl From<Flow> for ApiIdentifier {
|
||||
@ -303,6 +304,8 @@ impl From<Flow> for ApiIdentifier {
|
||||
| Flow::ReconVerifyToken => Self::Recon,
|
||||
|
||||
Flow::RetrievePollStatus => Self::Poll,
|
||||
|
||||
Flow::FeatureMatrix => Self::Documentation,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user