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 68f0bfa commit 9edf39b
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 @@ -59,10 +59,10 @@ final protected function headers() {return [
/**
* 2017-07-05
* @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
*/
final protected function uriBase() {return G::s()->url() . '/api/data/v8.2';}
final protected function urlBase() {return G::s()->url() . '/api/data/v8.2';}
}
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/dynamics365"
,"version": "0.2.7"
,"version": "0.2.8"
,"description": "Microsoft Dynamics 365 integration with Magento 2"
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/dynamics365"
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\\Dynamics365\\": ""}}
,"keywords": [
"CRM"
Expand Down

0 comments on commit 9edf39b

Please sign in to comment.