mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-21 05:14:07 +00:00
contract template endpoint
This commit is contained in:
@@ -8,9 +8,17 @@
|
||||
'description' => 'Unity',
|
||||
],
|
||||
'version' => 1,
|
||||
'contact_template' => [
|
||||
'status' => [
|
||||
'active' => 1,
|
||||
'delete' => 2,
|
||||
'pending' => 9
|
||||
]
|
||||
],
|
||||
'contract_obligation' => [
|
||||
'complete_status' => [
|
||||
'pending' => 9,
|
||||
'delete' => 2,
|
||||
'completed' => 1,
|
||||
],
|
||||
'accept_status' => [
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
return [
|
||||
'invalid_app_key' => 'INVALID_APP_KEY',
|
||||
'under_error' => 'UNDER_ERROR',
|
||||
'exist_error' => 'EXIST_ERROR',
|
||||
'unique_error' => 'UNIQUE_ERRO',
|
||||
'img_error' => 'IMG_ERROR',
|
||||
|
||||
Reference in New Issue
Block a user