fix path
This commit is contained in:
parent
aff95ec791
commit
21c0a3eac5
@ -174,7 +174,7 @@ trait Customers
|
|||||||
|
|
||||||
/* @noinspection PhpUndefinedMethodInspection */
|
/* @noinspection PhpUndefinedMethodInspection */
|
||||||
return $this->client->makeRequest(
|
return $this->client->makeRequest(
|
||||||
sprintf('/customer/%s/subscriptions', $customerId),
|
sprintf('/customers/%s/subscriptions', $customerId),
|
||||||
'POST',
|
'POST',
|
||||||
$this->fillSite(
|
$this->fillSite(
|
||||||
$site,
|
$site,
|
||||||
|
@ -11,7 +11,6 @@
|
|||||||
|
|
||||||
namespace RetailCrm\Tests\Methods\Version5;
|
namespace RetailCrm\Tests\Methods\Version5;
|
||||||
|
|
||||||
use RetailCrm\Http\Client;
|
|
||||||
use RetailCrm\Response\ApiResponse;
|
use RetailCrm\Response\ApiResponse;
|
||||||
use RetailCrm\Test\TestCase;
|
use RetailCrm\Test\TestCase;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user