contract obligation complete and accept api

This commit is contained in:
glovetleong
2021-07-27 13:36:51 +08:00
parent 7f209db917
commit 93b13a8f46
17 changed files with 550 additions and 20 deletions
@@ -40,6 +40,12 @@ class ContractObligationController extends BaseController
return $contract;
}
public function updateComplete(Request $request, $hash_id)
{
$contract = ContractObligationModule::updateComplete($request, $hash_id);
return $contract;
}
public function delete(Request $request, $hash_id)
{
$contract = ContractObligationModule::delete($request, $hash_id);