mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
add empty lines on addresses when address is empty
This commit is contained in:
@@ -113,6 +113,7 @@ class AddressNormalizer implements ContextAwareNormalizerInterface, NormalizerAw
|
|||||||
[
|
[
|
||||||
'postcode' => $helper->normalize(self::NULL_POSTCODE_COUNTRY, $format, $context),
|
'postcode' => $helper->normalize(self::NULL_POSTCODE_COUNTRY, $format, $context),
|
||||||
'country' => $helper->normalize(self::NULL_POSTCODE_COUNTRY, $format, $context),
|
'country' => $helper->normalize(self::NULL_POSTCODE_COUNTRY, $format, $context),
|
||||||
|
'lines' => [],
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user