stores get & stores edit
This commit is contained in:
parent
741ee9bb1a
commit
1cb4074470
@ -740,7 +740,7 @@ class ApiClient
|
|||||||
'/reference/stores/' . $data['code'] . '/edit',
|
'/reference/stores/' . $data['code'] . '/edit',
|
||||||
Client::METHOD_POST,
|
Client::METHOD_POST,
|
||||||
array(
|
array(
|
||||||
'site' => json_encode($data)
|
'store' => json_encode($data)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user