Skip to content

Commit a62ce60

Browse files
committed
Feature #53438: fix reversed street line countries
1 parent 554457f commit a62ce60

File tree

1 file changed

+1
-1
lines changed
  • src/PostcodeNl/AddressAutocomplete

1 file changed

+1
-1
lines changed

src/PostcodeNl/AddressAutocomplete/Main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ public function getSettings(): array
279279
'houseNumberPlaceholder' => '123 A',
280280
'autofillIntlBypassLinkText' => esc_html__('Enter an address', 'postcode-eu-address-validation'),
281281
'allowAutofillIntlBypass' => $this->_options->allowAutofillIntlBypass,
282-
'reverseStreetLineCountries' => ['LU', 'FR', 'GB', 'IE', 'IT', 'PT'],
282+
'reverseStreetLineCountries' => ['LU', 'FR', 'GB'],
283283
];
284284
}
285285

0 commit comments

Comments
 (0)