mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-19 04:13:58 +00:00
vendor machine seeder
This commit is contained in:
+16
-1
@@ -7,5 +7,20 @@
|
||||
'short_title' => 'Unity',
|
||||
'description' => 'Unity',
|
||||
],
|
||||
'version' => 1
|
||||
'version' => 1,
|
||||
'contract_obligation' => [
|
||||
'complete_status' => [
|
||||
'pending' => 9,
|
||||
'completed' => 1,
|
||||
],
|
||||
'accept_status' => [
|
||||
'pending' => 9,
|
||||
'accepted' => 1,
|
||||
],
|
||||
'type' => [
|
||||
'money' => 1,
|
||||
'offer_service' => 2,
|
||||
'received_service' => 3,
|
||||
]
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user