Skip to content

Commit be23363

Browse files
authored
Merge pull request #317 from magento-gl/AC-11577
AC-11577::Google google API key is not working while adding Map with …
2 parents 0a6850e + a4c9f05 commit be23363

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/PageBuilder/Block/GoogleMapsApi.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
*/
1717
class GoogleMapsApi extends \Magento\Framework\View\Element\Template
1818
{
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';
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';
21+
public const GOOGLE_MAPS_STYLE_PATH = 'cms/pagebuilder/google_maps_style';
2222

2323
/**
2424
* Retrieve the Google Maps API key

0 commit comments

Comments
 (0)