We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6850e commit ebb36fcCopy full SHA for ebb36fc
app/code/Magento/PageBuilder/Block/GoogleMapsApi.php
@@ -17,7 +17,7 @@
17
class GoogleMapsApi extends \Magento\Framework\View\Element\Template
18
{
19
const GOOGLE_MAPS_API_KEY_PATH = 'cms/pagebuilder/google_maps_api_key';
20
- const GOOGLE_MAPS_LIBRARY_URL = 'https://maps.googleapis.com/maps/api/js?v=3&key=%s';
+ const GOOGLE_MAPS_LIBRARY_URL = 'https://maps.googleapis.com/maps/api/js?v=3.53&key=%s';
21
const GOOGLE_MAPS_STYLE_PATH = 'cms/pagebuilder/google_maps_style';
22
23
/**
0 commit comments