Skip to content

Commit

Permalink
Merge branch 'pr-67' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
michielgerritsen committed Jan 22, 2024
2 parents 8320ae6 + 4b88ff4 commit 26f2d2f
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 26f2d2f

Please sign in to comment.