mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(router): add api_models and openapi changes for payments create intent api for v2 (#5971)
Co-authored-by: hrithikesh026 <hrithikesh.vm@juspay.in> Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
371ed5de04
commit
dc6208c5e5
@ -151,6 +151,6 @@ pub const ROLE_ID_INTERNAL_ADMIN: &str = "internal_admin";
|
||||
pub const MAX_DESCRIPTION_LENGTH: u16 = 255;
|
||||
|
||||
/// Max length allowed for Statement Descriptor
|
||||
pub const MAX_STATEMENT_DESCRIPTOR_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";
|
||||
|
||||
Reference in New Issue
Block a user