DPDBeNeLux / magento2-shipping

Let op: er zijn nieuwe DPD plugins (BETA versie) beschikbaar met belangrijke nieuwe functionaliteiten. De oude plugins zullen na Brexit niet meer goed functioneren, download daarom de nieuwe versie op Github/DPDconnect.
GNU General Public License v3.0
12 stars 15 forks source link

split Google Maps API key for server / client calls #47

Open clmenger opened 5 years ago

clmenger commented 5 years ago

Currently, there is only one option to enter the Google Maps API key. This key is used for calls to the Google Maps API from both server-side (geocoding) and client side (map) This means that the used key cannot have restrictions on either domains or server IPs. Since Google intends to enforce these restrictions (and it's already recommended) the extension should be able to save/use 2 Google Maps API keys; one that's restricted by IP for server calls and one that's restricted by domain for the client side calls.