Skip to content

Commit 9fd9b73

Browse files
MAGETWO-94402: [2.3.0] PayPal Billing Address for Registered Customers
- fix code formatting
1 parent 22fb5e4 commit 9fd9b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Paypal/Model/Express/Checkout.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ public function returnFromPaypal($token)
652652

653653
// import billing address
654654
$requireBillingAddress = $this->_config->getValue(
655-
'requireBillingAddress'
655+
'requireBillingAddress'
656656
) == \Magento\Paypal\Model\Config::REQUIRE_BILLING_ADDRESS_ALL;
657657

658658
if ($isButton && !$requireBillingAddress && !$quote->isVirtual()) {

0 commit comments

Comments
 (0)