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 302f6c5 commit 38cc5b1Copy full SHA for 38cc5b1
app/code/Magento/Paypal/Model/Express/Checkout.php
@@ -1167,6 +1167,8 @@ protected function prepareGuestQuote()
1167
1168
$quote->setCustomerId(null)
1169
->setCustomerEmail($email)
1170
+ ->setCustomerFirstname($billingAddress->getFirstname())
1171
+ ->setCustomerLastname($billingAddress->getLastname())
1172
->setCustomerIsGuest(true)
1173
->setCustomerGroupId(\Magento\Customer\Model\Group::NOT_LOGGED_IN_ID);
1174
return $this;
0 commit comments