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 3b879ac commit ef1c7fcCopy full SHA for ef1c7fc
1 file changed
Location/AddressFactory.php
@@ -66,7 +66,7 @@ public function createFromQuoteAddress(QuoteAddress $quoteAddress): Address
66
return $this->create(
67
street: (string)$quoteAddress->getStreetLine(1),
68
houseNumber: (string)$quoteAddress->getStreetLine(2),
69
- houseNumberAddition: (string)$quoteAddress->getStreetLine(3) ?? '',
+ houseNumberAddition: (string)$quoteAddress->getStreetLine(3),
70
postcode: (string)$quoteAddress->getPostcode(),
71
city: (string)$quoteAddress->getCity(),
72
countryId: (string)$quoteAddress->getCountryId(),
0 commit comments