Skip to content

Commit

Permalink
update for php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanchick committed Dec 19, 2024
1 parent 1d5146b commit 3dd0754
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Service/BuilderIO/AdminApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
class AdminApi
{

protected const string API_ADMIN_ENDPOINT = 'https://builder.io/api/v2/admin';
protected const API_ADMIN_ENDPOINT = 'https://builder.io/api/v2/admin';

/**
* AdminApi constructor.
Expand Down
2 changes: 1 addition & 1 deletion Service/BuilderIO/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Page
'data.metaKeywords'
];

protected const string API_PAGE_ENDPOINT = 'https://cdn.builder.io/api/v3/html/page';
protected const API_PAGE_ENDPOINT = 'https://cdn.builder.io/api/v3/html/page';

/**
* Page constructor.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deployecommerce/module-builderio",
"version": "1.0.2",
"version": "1.0.3",
"description": "A magento 2 extensions that renders Builder.io content.",
"type": "magento2-module",
"require": {
Expand Down

0 comments on commit 3dd0754

Please sign in to comment.