Skip to content

Commit

Permalink
Remove phone from order request
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin-Magmodules committed Apr 12, 2024
1 parent a70595b commit 12cfdf0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Service/Order/MakeRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
]
];

Expand Down

0 comments on commit 12cfdf0

Please sign in to comment.