We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faabe42 commit 7331307Copy full SHA for 7331307
bpost.php
@@ -83,10 +83,10 @@ public function geocodeQuery(GeocodeQuery $query): Collection
83
'DispatchingCountryISOCode' => 'BE',
84
];
85
} else {
86
- $addressToValidate = [
87
- '@id' => 1,
+ $addressToValidate = [
+ '@id' => 1,
88
'AddressBlockLines' => [
89
- 'UnstructuredAddressLine' => $address
+ 'UnstructuredAddressLine' => $address,
90
],
91
'DeliveringCountryISOCode' => 'BE',
92
0 commit comments