mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(user): business email update (#5674)
Co-authored-by: Mudit Bhutani <mudit.bhutani@Mudit-Bhutani-P6Y6V6Y0K6.local> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -5,7 +5,7 @@ pub const MAX_NAME_LENGTH: usize = 70;
|
|||||||
/// The max length of company name and merchant should be same
|
/// The max length of company name and merchant should be same
|
||||||
/// because we are deriving the merchant name from company name
|
/// because we are deriving the merchant name from company name
|
||||||
pub const MAX_COMPANY_NAME_LENGTH: usize = MAX_ALLOWED_MERCHANT_NAME_LENGTH;
|
pub const MAX_COMPANY_NAME_LENGTH: usize = MAX_ALLOWED_MERCHANT_NAME_LENGTH;
|
||||||
pub const BUSINESS_EMAIL: &str = "biz@hyperswitch.io";
|
pub const BUSINESS_EMAIL: &str = "neeraj.kumar@juspay.in";
|
||||||
|
|
||||||
pub const RECOVERY_CODES_COUNT: usize = 8;
|
pub const RECOVERY_CODES_COUNT: usize = 8;
|
||||||
pub const RECOVERY_CODE_LENGTH: usize = 8; // This is without counting the hyphen in between
|
pub const RECOVERY_CODE_LENGTH: usize = 8; // This is without counting the hyphen in between
|
||||||
|
|||||||
Reference in New Issue
Block a user