Added Voiceplan, Admin IVT product matcher and Voicenumber update
updates number in ContractConfig
This commit is contained in:
@@ -150,6 +150,9 @@ class TerminationController extends mfBaseController {
|
||||
case "setValue":
|
||||
$return = $this->setValueApi();
|
||||
break;
|
||||
case "find":
|
||||
$return = $this->findTerminationApi();
|
||||
break;
|
||||
default:
|
||||
$return = false;
|
||||
}
|
||||
@@ -193,4 +196,12 @@ class TerminationController extends mfBaseController {
|
||||
|
||||
return ["msg" => "Saved successfully"];
|
||||
}
|
||||
|
||||
private function findTerminationApi() {
|
||||
$search = $this->request->search;
|
||||
|
||||
$terminations = [];
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user