mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
refactor(payment_intent_v2): payment intent fields refactoring (#5880)
Co-authored-by: hrithikesh026 <hrithikesh.vm@juspay.in> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -147,5 +147,10 @@ pub const ROLE_ID_INTERNAL_VIEW_ONLY_USER: &str = "internal_view_only";
|
||||
/// Role ID for Internal Admin
|
||||
pub const ROLE_ID_INTERNAL_ADMIN: &str = "internal_admin";
|
||||
|
||||
/// Max length allowed for Description
|
||||
pub const MAX_DESCRIPTION_LENGTH: u16 = 255;
|
||||
|
||||
/// Max length allowed for Statement Descriptor
|
||||
pub const MAX_STATEMENT_DESCRIPTOR_LENGTH: u16 = 255;
|
||||
/// Payout flow identifier used for performing GSM operations
|
||||
pub const PAYOUT_FLOW_STR: &str = "payout_flow";
|
||||
|
||||
Reference in New Issue
Block a user