Skip to content

Commit

Permalink
add compatibilty with custom customer attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Rees committed Aug 1, 2023
1 parent e4d579e commit 4b88ff4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Service/Magento/CreateOrderFromSubscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ private function formatAddress($address): AddressInterface
$quoteAddress->setSuffix($address->getSuffix());
$quoteAddress->setPrefix($address->getPrefix());
$quoteAddress->setRegionId($address->getRegionId());
$quoteAddress->setCustomAttributes($address->getCustomAttributes());

return $quoteAddress;
}
Expand Down

0 comments on commit 4b88ff4

Please sign in to comment.