mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(worldpay): migrate to v7 (#6109)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -154,3 +154,7 @@ pub const MAX_DESCRIPTION_LENGTH: u16 = 255;
|
||||
pub const MAX_STATEMENT_DESCRIPTOR_LENGTH: u16 = 22;
|
||||
/// Payout flow identifier used for performing GSM operations
|
||||
pub const PAYOUT_FLOW_STR: &str = "payout_flow";
|
||||
|
||||
/// 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