1
0
mirror of synced 2024-11-21 21:06:07 +03:00

stores get & stores edit

This commit is contained in:
Alex Lushpai 2015-06-15 16:47:47 +03:00
parent 741ee9bb1a
commit 1cb4074470

View File

@ -740,7 +740,7 @@ class ApiClient
'/reference/stores/' . $data['code'] . '/edit',
Client::METHOD_POST,
array(
'site' => json_encode($data)
'store' => json_encode($data)
)
);
}