feat(connector): [Bluesnap] Add support for ApplePay (#1178)

This commit is contained in:
Sangamesh Kulkarni
2023-05-17 18:40:20 +05:30
committed by GitHub
parent ed22b2af76
commit 919c03e679
5 changed files with 323 additions and 17 deletions

View File

@ -27,3 +27,7 @@ pub(crate) const BASE64_ENGINE_URL_SAFE: base64::engine::GeneralPurpose =
pub(crate) const API_KEY_LENGTH: usize = 64;
pub(crate) const PUB_SUB_CHANNEL: &str = "hyperswitch_invalidate";
// Apple Pay validation url
pub(crate) const APPLEPAY_VALIDATION_URL: &str =
"https://apple-pay-gateway-cert.apple.com/paymentservices/startSession";