refactor(router): add #[cfg(not(feature = "kms"))] feature flag to test the simplified apple pay flow locally (#2200)

This commit is contained in:
Shankar Singh C
2023-10-03 19:14:23 +05:30
committed by GitHub
parent 3680541177
commit e5ad9c5c35
3 changed files with 13 additions and 13 deletions

View File

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