1
0
Fork 0
mirror of synced 2025-04-06 07:13:33 +03:00
This commit is contained in:
iyzoer 2017-08-15 14:22:31 +03:00
parent 035ff76c14
commit 15c034d275

View file

@ -245,7 +245,7 @@
return $this->client->makeRequest(
"/custom-fields/$entity/edit/{$customField['code']}",
$this->client::METHOD_POST,
WC_Retailcrm_Request::METHOD_POST,
array('customField' => json_encode($customField))
);
}