mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(connector_integration): integrate Rapyd connector (#357)
This commit is contained in:
@ -19,3 +19,6 @@ pub(crate) const NO_ERROR_CODE: &str = "No error code";
|
||||
// General purpose base64 engine
|
||||
pub(crate) const BASE64_ENGINE: base64::engine::GeneralPurpose =
|
||||
base64::engine::general_purpose::STANDARD;
|
||||
|
||||
pub(crate) const BASE64_ENGINE_URL_SAFE: base64::engine::GeneralPurpose =
|
||||
base64::engine::general_purpose::URL_SAFE;
|
||||
|
||||
Reference in New Issue
Block a user