Hello All,
I have an issue setting the phone_mobile value to a variable which I want to call in a CURL method in the AuthController.php file.
This is what I have tried:
$mobilephone = (Tools::getValue('phone_mobile'));
and I even tried getting the value by using:
$customer->phone...