otp issue fix

This commit is contained in:
Ritikesh yadav
2024-04-03 15:56:38 +05:30
parent 2d07b77347
commit b0aed3e760

View File

@@ -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",