bug fix
This commit is contained in:
parent
035ff76c14
commit
15c034d275
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue