Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Dec 2, 2017
1 parent 0acfbc2 commit d7d7fd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions API/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -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());}
}
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit d7d7fd1

Please sign in to comment.