diff --git a/Service/Order/MakeRequest.php b/Service/Order/MakeRequest.php index 81741d9..bb13f1b 100644 --- a/Service/Order/MakeRequest.php +++ b/Service/Order/MakeRequest.php @@ -239,8 +239,7 @@ private function prepareData(Quote $quote, string $merchantAccountId): array "name" => trim($quote->getBillingAddress()->getFirstname()) . ' ' . trim($quote->getBillingAddress()->getLastname()), - "email" => $customerEmail, - "phone" => $quote->getBillingAddress()->getTelephone() + "email" => $customerEmail ] ];