1
0
mirror of synced 2024-11-22 05:16:07 +03:00
This commit is contained in:
Ivan Chaplygin 2024-09-25 16:33:46 +03:00
parent 21c0a3eac5
commit eb55d769b6

View File

@ -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']),