Skip to content

Commit 654e967

Browse files
committed
added a note for postalCodeDetails since here's implementation is not returning postal code details properly
1 parent d03fd1b commit 654e967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Provider/Here/Here.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ final class Here extends AbstractHttpProvider
8888
public const GEOCODE_SHOW_PARAMS = [
8989
'countryInfo',
9090
'parsing',
91-
'postalCodeDetails',
91+
'postalCodeDetails', // Does not work as of Jun 26 2024. Response never returns postalCodeDetails property.
9292
'streetInfo',
9393
'tz',
9494
];

0 commit comments

Comments
 (0)