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