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 22fb5e4 commit 9fd9b73Copy full SHA for 9fd9b73
app/code/Magento/Paypal/Model/Express/Checkout.php
@@ -652,7 +652,7 @@ public function returnFromPaypal($token)
652
653
// import billing address
654
$requireBillingAddress = $this->_config->getValue(
655
- 'requireBillingAddress'
+ 'requireBillingAddress'
656
) == \Magento\Paypal\Model\Config::REQUIRE_BILLING_ADDRESS_ALL;
657
658
if ($isButton && !$requireBillingAddress && !$quote->isVirtual()) {
0 commit comments