stores get & stores edit
This commit is contained in:
parent
741ee9bb1a
commit
1cb4074470
1 changed files with 1 additions and 1 deletions
|
@ -740,7 +740,7 @@ class ApiClient
|
|||
'/reference/stores/' . $data['code'] . '/edit',
|
||||
Client::METHOD_POST,
|
||||
array(
|
||||
'site' => json_encode($data)
|
||||
'store' => json_encode($data)
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue