mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 20:23:43 +08:00
refactor(connector): Move connectors Datatrans, Paybox, Placetopay, Bluesnap from router crate to hyperswitch_connector crate (#6730)
Co-authored-by: Spriti Aneja <spriti.aneja@juspay.in> Co-authored-by: deepanshu-iiitu <deepanshubansal515@gmail.com>
This commit is contained in:
@ -142,3 +142,7 @@ pub const PUBLISHABLE_KEY_LENGTH: u16 = 39;
|
||||
/// The number of bytes allocated for the hashed connector transaction ID.
|
||||
/// Total number of characters equals CONNECTOR_TRANSACTION_ID_HASH_BYTES times 2.
|
||||
pub const CONNECTOR_TRANSACTION_ID_HASH_BYTES: usize = 25;
|
||||
|
||||
/// Apple Pay validation url
|
||||
pub const APPLEPAY_VALIDATION_URL: &str =
|
||||
"https://apple-pay-gateway-cert.apple.com/paymentservices/startSession";
|
||||
|
||||
Reference in New Issue
Block a user