changed status update url in Preorderselfservice API
This commit is contained in:
@@ -4,7 +4,7 @@ class PreorderselfserviceApicontroller extends mfBaseApicontroller {
|
||||
|
||||
public function init() {
|
||||
$this->addRoute("/preorderselfservice/preorder", "getPreorder", "GET");
|
||||
$this->addRoute("/preorderselfservice/:oaid/:status", "setSelfserviceStatus", "POST");
|
||||
$this->addRoute("/preorderselfservice/:oaid/status/:status", "setSelfserviceStatus", "POST");
|
||||
}
|
||||
|
||||
protected function authenticated() {
|
||||
|
||||
Reference in New Issue
Block a user