store settings url fix (#23)
* improve retry * store settings api url fix
This commit is contained in:
parent
c1c0f5af8c
commit
b1e7dbc52c
@ -777,7 +777,7 @@ class ApiClient
|
|||||||
}
|
}
|
||||||
|
|
||||||
return $this->client->makeRequest(
|
return $this->client->makeRequest(
|
||||||
"/store/settings/$code",
|
"/store/setting/$code",
|
||||||
Client::METHOD_GET
|
Client::METHOD_GET
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@ -802,7 +802,7 @@ class ApiClient
|
|||||||
}
|
}
|
||||||
|
|
||||||
return $this->client->makeRequest(
|
return $this->client->makeRequest(
|
||||||
sprintf('/store/settings/%s/edit', $configuration['code']),
|
sprintf('/store/setting/%s/edit', $configuration['code']),
|
||||||
Client::METHOD_POST,
|
Client::METHOD_POST,
|
||||||
$configuration
|
$configuration
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user