fix storeSettingsEdit
This commit is contained in:
parent
11bae943f2
commit
7a60213a7e
1 changed files with 1 additions and 1 deletions
|
@ -831,7 +831,7 @@ class ApiClient
|
|||
return $this->client->makeRequest(
|
||||
sprintf('/store/setting/%s/edit', $configuration['code']),
|
||||
Client::METHOD_POST,
|
||||
$configuration
|
||||
array('configuration' => json_encode($configuration))
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue