From b90ae90c668d4134d526f05d2cc7f988a11ed496 Mon Sep 17 00:00:00 2001 From: Mudit Bhutani Date: Tue, 27 Aug 2024 11:37:23 +0530 Subject: [PATCH] feat(user): business email update (#5674) Co-authored-by: Mudit Bhutani Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> --- crates/router/src/consts/user.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/router/src/consts/user.rs b/crates/router/src/consts/user.rs index 18fdf0dcbe..1a2b2ef60a 100644 --- a/crates/router/src/consts/user.rs +++ b/crates/router/src/consts/user.rs @@ -5,7 +5,7 @@ pub const MAX_NAME_LENGTH: usize = 70; /// The max length of company name and merchant should be same /// because we are deriving the merchant name from company name 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_CODE_LENGTH: usize = 8; // This is without counting the hyphen in between