Skip to content

Commit

Permalink
Feature #53438: fix reversed street line countries
Browse files Browse the repository at this point in the history
  • Loading branch information
JerrySmidt committed Nov 26, 2024
1 parent 554457f commit a62ce60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PostcodeNl/AddressAutocomplete/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ public function getSettings(): array
'houseNumberPlaceholder' => '123 A',
'autofillIntlBypassLinkText' => esc_html__('Enter an address', 'postcode-eu-address-validation'),
'allowAutofillIntlBypass' => $this->_options->allowAutofillIntlBypass,
'reverseStreetLineCountries' => ['LU', 'FR', 'GB', 'IE', 'IT', 'PT'],
'reverseStreetLineCountries' => ['LU', 'FR', 'GB'],
];
}

Expand Down

0 comments on commit a62ce60

Please sign in to comment.