fix path
This commit is contained in:
parent
21c0a3eac5
commit
eb55d769b6
@ -463,7 +463,7 @@ class ApiClientCustomersTest extends TestCase
|
|||||||
];
|
];
|
||||||
|
|
||||||
$clientMock->expects(self::once())->method('makeRequest')->with(
|
$clientMock->expects(self::once())->method('makeRequest')->with(
|
||||||
'/customer/123/subscriptions',
|
'/customers/123/subscriptions',
|
||||||
'POST',
|
'POST',
|
||||||
[
|
[
|
||||||
'subscriptions' => json_encode($parameters['subscriptions']),
|
'subscriptions' => json_encode($parameters['subscriptions']),
|
||||||
|
Loading…
Reference in New Issue
Block a user