mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
refactor(router): add #[cfg(not(feature = "kms"))] feature flag to test the simplified apple pay flow locally (#2200)
This commit is contained in:
@ -41,7 +41,6 @@ pub(crate) const APPLEPAY_VALIDATION_URL: &str =
|
||||
pub(crate) const QR_IMAGE_DATA_SOURCE_STRING: &str = "data:image/png;base64";
|
||||
|
||||
// OID (Object Identifier) for the merchant ID field extension.
|
||||
#[cfg(feature = "kms")]
|
||||
pub(crate) const MERCHANT_ID_FIELD_EXTENSION_ID: &str = "1.2.840.113635.100.6.32";
|
||||
|
||||
pub(crate) const METRICS_HOST_TAG_NAME: &str = "host";
|
||||
|
||||
Reference in New Issue
Block a user