mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(payments_v2): add finish redirection endpoint (#6549)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: hrithikesh026 <hrithikesh.vm@juspay.in>
This commit is contained in:
@ -159,6 +159,9 @@ pub const MAX_STATEMENT_DESCRIPTOR_LENGTH: u16 = 22;
|
||||
/// Payout flow identifier used for performing GSM operations
|
||||
pub const PAYOUT_FLOW_STR: &str = "payout_flow";
|
||||
|
||||
/// length of the publishable key
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user