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 48817ec commit 5b94a74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions API/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
abstract class Client extends \Df\Zoho\API\Client {
/**
* 2017-07-06
* @used-by \Df\ZohoBI\API\Client::uriBase()
* @used-by \Df\ZohoBI\API\Client::urlBase()
* @see \Dfe\ZohoBooks\API\Client::version()
* @see \Dfe\ZohoInventory\API\Client::version()
* @return int
Expand Down Expand Up @@ -45,12 +45,12 @@ final protected function headers() {return ['Authorization' => "Zoho-authtoken {
/**
* 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 sprintf(
final protected function urlBase() {return sprintf(
"https://%s.zoho.com/api/v{$this->version()}", df_zoho_app($this)->titleLc()
);}

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/zoho-bi"
,"version": "0.0.8"
,"version": "0.0.9"
,"description": "A common library for my «Zoho Books» and «Zoho Inventory» Magento 2 extensions"
,"type": "magento2-module"
,"homepage": "https://mage2.pro/tags/zoho"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=2.8.2", "mage2pro/zoho": ">=0.0.8"}
,"require": {"mage2pro/core": ">=3.3.35", "mage2pro/zoho": ">=0.0.8"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Df\\ZohoBI\\": ""}}
,"keywords": [
"Zoho"
Expand Down

0 comments on commit 5b94a74

Please sign in to comment.