We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6815c97 commit ce7d097Copy full SHA for ce7d097
dev/tests/functional/tests/app/Magento/Braintree/Test/TestStep/PlaceOrderWithPaypalStep.php
@@ -124,9 +124,7 @@ public function run()
124
125
$this->assertBillingAddressAbsentInPayment->processAssert($this->checkoutOnepage);
126
127
- if ($this->checkoutMethod === 'guest' &&
128
- empty($this->shipping['shipping_method']) &&
129
- empty($this->shipping['shipping_service'])) {
+ if ($this->checkoutMethod === 'guest' && empty($this->shipping)) {
130
$this->checkoutOnepage->getLoginBlock()->fillGuestFields($this->customer);
131
}
132
0 commit comments