Enabled Statusflags in Preorder Api
This commit is contained in:
@@ -915,7 +915,7 @@ class PreorderController extends mfBaseController {
|
||||
$return = $this->savePatchpositionApi();
|
||||
break;
|
||||
case "setStatusFlag":
|
||||
$return = $this->setStatusFlagAction();
|
||||
$return = $this->setStatusFlagApi();
|
||||
break;
|
||||
default:
|
||||
$return = false;
|
||||
@@ -930,7 +930,7 @@ class PreorderController extends mfBaseController {
|
||||
$this->returnJson($data);
|
||||
}
|
||||
|
||||
private function setStatusFlagAction() {
|
||||
private function setStatusFlagApi() {
|
||||
$preorder_id = $this->request->preorder_id;
|
||||
$flag_id = $this->request->flag_id;
|
||||
$value = $this->request->value;
|
||||
|
||||
Reference in New Issue
Block a user