PicPay / magento2

Receba pagamentos com PicPay em seu e-commerce Magento 2.x
https://ecommerce.picpay.com
MIT License
6 stars 12 forks source link

Error Checkout - "Payment Capture Error" #10

Closed mauricinhojr closed 4 years ago

mauricinhojr commented 4 years ago

p

mauricinhojr commented 4 years ago

line 589 - 599

if(!$order->getCustomerIsGuest()){ $customerId = $order->getCustomerId(); $customer = $this->customerRepositoryInterface->getById($customerId); if ($customer && $customer->getId()) { $taxvat = $customer->getTaxvat(); } }