mirror of
https://github.com/retailcrm/opencart-module.git
synced 2025-04-05 14:23:37 +03:00
fix param method in customFieldsEdit
This commit is contained in:
parent
2b2dbc4a48
commit
0185de6dc3
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ class RetailcrmApiClient5
|
|||
|
||||
return $this->client->makeRequest(
|
||||
"/custom-fields/$entity/edit/{$customField['code']}",
|
||||
$this->client::METHOD_POST,
|
||||
RetailcrmHttpClient::METHOD_POST,
|
||||
array('customField' => json_encode($customField))
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue