Skip to content
Snippets Groups Projects
Commit ce7d097e authored by Iurii Ivashchenko's avatar Iurii Ivashchenko
Browse files

MAGETWO-60572: [GitHub] PayPal.js error on checkout downloadable product #7000

parent 6815c97d
Branches
No related merge requests found
...@@ -124,9 +124,7 @@ class PlaceOrderWithPaypalStep implements TestStepInterface ...@@ -124,9 +124,7 @@ class PlaceOrderWithPaypalStep implements TestStepInterface
$this->assertBillingAddressAbsentInPayment->processAssert($this->checkoutOnepage); $this->assertBillingAddressAbsentInPayment->processAssert($this->checkoutOnepage);
if ($this->checkoutMethod === 'guest' && if ($this->checkoutMethod === 'guest' && empty($this->shipping)) {
empty($this->shipping['shipping_method']) &&
empty($this->shipping['shipping_service'])) {
$this->checkoutOnepage->getLoginBlock()->fillGuestFields($this->customer); $this->checkoutOnepage->getLoginBlock()->fillGuestFields($this->customer);
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment