diff --git a/API/Client.php b/API/Client.php index 60dcf91..7247aaf 100644 --- a/API/Client.php +++ b/API/Client.php @@ -61,10 +61,10 @@ protected function headers() {return [ /** * 2017-07-09 * @override - * @see \Df\API\Client::uriBase() + * @see \Df\API\Client::urlBase() * @used-by \Df\API\Client::__construct() * @used-by \Df\API\Client::_p() * @return string */ - protected function uriBase() {return sprintf('https://%s/', G::s()->domain());} + protected function urlBase() {return sprintf('https://%s/', G::s()->domain());} } \ No newline at end of file diff --git a/composer.json b/composer.json index edbcf8a..086b39b 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mage2pro/salesforce" - ,"version": "0.0.7" + ,"version": "0.0.8" ,"description": "Salesforce integration with Magento 2" ,"type": "magento2-module" ,"homepage": "https://mage2.pro/c/extensions/salesforce" @@ -11,7 +11,7 @@ "homepage": "https://mage2.pro/users/dmitry_fedyuk", "role": "Developer" }] - ,"require": {"mage2pro/core": ">=2.12.21"} + ,"require": {"mage2pro/core": ">=3.3.35"} ,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Salesforce\\": ""}} ,"keywords": [ "API"