We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google API only allows first 5 restrictions.
Now the code adds ALL countries from the country dropdown. See https://github.com/danslo/CleanCheckoutAutocomplete/blob/master/src/view/frontend/web/js/view/autocomplete.js#L38 and https://github.com/danslo/CleanCheckoutAutocomplete/blob/master/src/view/frontend/web/js/view/autocomplete.js#L118
What would work better is to get the selected country first and then add the rest of the dropdown instead.
The text was updated successfully, but these errors were encountered:
Fixed google api restriction only on selected country see: danslo#4
281c9c7
No branches or pull requests
Google API only allows first 5 restrictions.
Now the code adds ALL countries from the country dropdown.
See https://github.com/danslo/CleanCheckoutAutocomplete/blob/master/src/view/frontend/web/js/view/autocomplete.js#L38 and https://github.com/danslo/CleanCheckoutAutocomplete/blob/master/src/view/frontend/web/js/view/autocomplete.js#L118
What would work better is to get the selected country first and then add the rest of the dropdown instead.
The text was updated successfully, but these errors were encountered: