GWM
This commit is contained in:
parent
b1533f4f8c
commit
8dcc432ebc
@ -174,7 +174,7 @@ class RestAuthHelper
|
|||||||
log_message('error', 'Function getPreAndPostDataByEmailOrMobile called with: ' . json_encode($params));
|
log_message('error', 'Function getPreAndPostDataByEmailOrMobile called with: ' . json_encode($params));
|
||||||
|
|
||||||
$mobile_number = $params['mobile_number'] ?? null;
|
$mobile_number = $params['mobile_number'] ?? null;
|
||||||
$email_id = $params['email_id'] ?? null;
|
$email_id = $params['email'] ?? null;
|
||||||
$otp = $params['otp'] ?? null;
|
$otp = $params['otp'] ?? null;
|
||||||
$old_mpin = $params['old_mpin'] ?? null;
|
$old_mpin = $params['old_mpin'] ?? null;
|
||||||
$check_mpin = $params['check_mpin'] ?? null;
|
$check_mpin = $params['check_mpin'] ?? null;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user