Closed lancew closed 1 month ago
return $POSTCODES{$country_code}{$language // 'EN'};
This is not valid in 5.8... so either ditch support for 5.8 or fix. Could revert the optimised code
resolved
return $POSTCODES{$country_code}{$language // 'EN'};
This is not valid in 5.8... so either ditch support for 5.8 or fix. Could revert the optimised code