From b0aed3e760de3f6f8106876f09dffef09a4c3bab Mon Sep 17 00:00:00 2001 From: Ritikesh yadav Date: Wed, 3 Apr 2024 15:56:38 +0530 Subject: [PATCH] otp issue fix --- app/Http/Controllers/Frontend/ProfileController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Frontend/ProfileController.php b/app/Http/Controllers/Frontend/ProfileController.php index f90181e..d310ae2 100644 --- a/app/Http/Controllers/Frontend/ProfileController.php +++ b/app/Http/Controllers/Frontend/ProfileController.php @@ -233,7 +233,7 @@ class ProfileController extends Controller CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => 'POST', CURLOPT_POSTFIELDS => '{ - "Text": "Dear Investor, Your login OTP is ' . $otp . '. - Blue Feather Ventures Pvt Ltd.", + "Text": "Dear Investor, Your OTP is ' . $otp . '. - Blue Feather Ventures Pvt Ltd.", "Number": "91' . $number . '", "SenderId": "BLUFVL", "DRNotifyUrl": "https://www.domainname.com/notifyurl",