mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(connector): [Paypal] Add payout flow for wallet(Paypal and Venmo) (#4406)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -38,6 +38,8 @@ pub(crate) const LOW_BALANCE_ERROR_MESSAGE: &str = "Insufficient balance in the
|
||||
pub(crate) const CONNECTOR_UNAUTHORIZED_ERROR: &str = "Authentication Error from the connector";
|
||||
pub(crate) const CANNOT_CONTINUE_AUTH: &str =
|
||||
"Cannot continue with Authorization due to failed Liability Shift.";
|
||||
#[cfg(feature = "payouts")]
|
||||
pub(crate) const DEFAULT_NOTIFICATION_SCRIPT_LANGUAGE: &str = "en-US";
|
||||
|
||||
// General purpose base64 engines
|
||||
pub(crate) const BASE64_ENGINE: base64::engine::GeneralPurpose =
|
||||
|
||||
Reference in New Issue
Block a user