We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a6850e + a4c9f05 commit be23363Copy full SHA for be23363
app/code/Magento/PageBuilder/Block/GoogleMapsApi.php
@@ -16,9 +16,9 @@
16
*/
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';
21
- const GOOGLE_MAPS_STYLE_PATH = 'cms/pagebuilder/google_maps_style';
+ public const GOOGLE_MAPS_API_KEY_PATH = 'cms/pagebuilder/google_maps_api_key';
+ public const GOOGLE_MAPS_LIBRARY_URL = 'https://maps.googleapis.com/maps/api/js?v=3.53&key=%s';
+ public const GOOGLE_MAPS_STYLE_PATH = 'cms/pagebuilder/google_maps_style';
22
23
/**
24
* Retrieve the Google Maps API key
0 commit comments