We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5436b5e commit de08e15Copy full SHA for de08e15
lib/Api/Customer.php
@@ -128,7 +128,7 @@ private function deleteCustomerCache($customer)
128
*/
129
public function createCustomer($data)
130
{
131
- $response = $this->client->request('POST', [
+ $response = $this->client->request('POST', 'customers', [
132
'content-type' => 'application/json',
133
'body' => json_encode($data),
134
]);
0 commit comments