mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
issue 190: fix flat and buildingName inversion in address normalizer
This commit is contained in:
parent
bf0a24b38e
commit
fec8fa50ed
@ -24,8 +24,8 @@ class AddressNormalizer implements NormalizerAwareInterface, NormalizerInterface
|
||||
$data['floor'] = $address->getFloor();
|
||||
$data['corridor'] = $address->getCorridor();
|
||||
$data['steps'] = $address->getSteps();
|
||||
$data['flat'] = $address->getBuildingName();
|
||||
$data['buildingName'] = $address->getFlat();
|
||||
$data['flat'] = $address->getFlat();
|
||||
$data['buildingName'] = $address->getBuildingName();
|
||||
$data['distribution'] = $address->getDistribution();
|
||||
$data['extra'] = $address->getExtra();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user