Open
Description
Estou tendo o problema abaixo:
PHP Fatal error: Uncaught Error: Call to undefined method Magento\Payment\Gateway\Data\Order\OrderAdapter::getCustomerIsGuest() in /home/*******/public_html/atividades/app/code/Picpay/Payment/Helper/Data.php:593
Line: 593 - 599
if(!$order->getCustomerIsGuest()){
$customerId = $order->getCustomerId();
$customer = $this->customerRepositoryInterface->getById($customerId);
if ($customer && $customer->getId()) {
$taxvat = $customer->getTaxvat();
}
Metadata
Assignees
Labels
No labels
Activity