Merge branch 'fronkdev' into 'master'

Changed /preorder/:code/clientInstallationFinished to POST

See merge request fronk/thetool!231
This commit is contained in:
Frank Schubert
2024-02-08 10:44:54 +00:00

View File

@@ -49,7 +49,7 @@ class PreorderApicontroller extends mfBaseApicontroller {
$this->addRoute("/preorder/customerInstallationFeedback", [$modules["Cif"], "getCifData"], "GET");
$this->addRoute("/preorder/customerInstallationFeedback", [$modules["Cif"], "userSetCif"], "POST");
$this->addRoute("/preorder/:code/clientInstallationFinished", [$modules["Cif"], "providerSetCif"], "GET");
$this->addRoute("/preorder/:code/clientInstallationFinished", [$modules["Cif"], "providerSetCif"], "POST");
$this->addRoute("/preorder/:code/serviceActivated", [$modules["Activation"], "setServiceActive"], "POST");
$this->addRoute("/preorder/:code", "getPreorder", "GET");
$this->addRoute("/preorder/:code", "cancelPreorder", "DELETE");