Created contract at Unity

This commit is contained in:
Fairuz
2021-07-26 13:14:43 +08:00
parent 06de032867
commit fde433d60c
6 changed files with 54 additions and 14 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ return [
'login' => env('UNITY_LOGIN_ENDPOINT','login'),
'create_entity' => env('UNITY_CREATE_ENTITY_ENDPOINT','entity/store'),
'get_contract_obligations' => env('UNITY_OB_LIST_ENDPOINT','contract-template-obligation/list'),
'create_contract' => env('UNITY_OB_LIST_ENDPOINT','contract-template-obligation/list'),
'create_contract' => env('UNITY_OB_LIST_ENDPOINT','contract/generate'),
'update_obligation_status' => env('UNITY_OB_LIST_ENDPOINT','contract-template-obligation/list'),
],