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.
2 parents decd58b + 252b40b commit 1f0c7cdCopy full SHA for 1f0c7cd
app/code/Magento/PageBuilder/Block/GoogleMapsApi.php
@@ -17,7 +17,7 @@
17
class GoogleMapsApi extends \Magento\Framework\View\Element\Template
18
{
19
public const GOOGLE_MAPS_API_KEY_PATH = 'cms/pagebuilder/google_maps_api_key';
20
- public const GOOGLE_MAPS_LIBRARY_URL = 'https://maps.googleapis.com/maps/api/js?v=3.53&key=%s';
+ public const GOOGLE_MAPS_LIBRARY_URL = 'https://maps.googleapis.com/maps/api/js?v=3.56&key=%s';
21
public const GOOGLE_MAPS_STYLE_PATH = 'cms/pagebuilder/google_maps_style';
22
23
/**
0 commit comments