diff --git a/src/Service/PayMongoConnector.php b/src/Service/PayMongoConnector.php index 34ec1f6c..ad2750a2 100644 --- a/src/Service/PayMongoConnector.php +++ b/src/Service/PayMongoConnector.php @@ -28,7 +28,7 @@ class PayMongoConnector // build billing info $billing = [ 'name' => implode(" ", [$cust->getFirstName(), $cust->getLastName()]), - 'phone' => "0" . $cust->getPhoneMobile(), + 'phone' => $cust->getPhoneMobile(), ]; if ($cust->getEmail()) {