mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
feat(core): add hypersense integration api (#7218)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -39,6 +39,7 @@ pub enum ApiIdentifier {
|
||||
ApplePayCertificatesMigration,
|
||||
Relay,
|
||||
Documentation,
|
||||
Hypersense,
|
||||
PaymentMethodsSession,
|
||||
}
|
||||
|
||||
@ -311,6 +312,10 @@ impl From<Flow> for ApiIdentifier {
|
||||
|
||||
Flow::FeatureMatrix => Self::Documentation,
|
||||
|
||||
Flow::HypersenseTokenRequest
|
||||
| Flow::HypersenseVerifyToken
|
||||
| Flow::HypersenseSignoutToken => Self::Hypersense,
|
||||
|
||||
Flow::PaymentMethodSessionCreate
|
||||
| Flow::PaymentMethodSessionRetrieve
|
||||
| Flow::PaymentMethodSessionUpdateSavedPaymentMethod => Self::PaymentMethodsSession,
|
||||
|
||||
Reference in New Issue
Block a user