mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-30 01:44:24 +00:00
Orders APIs WIP
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Classes\ValueObjects\Constants;
|
||||
|
||||
final class UnityStatus {
|
||||
|
||||
public const PENDING = 9;
|
||||
|
||||
public const ACTIVE = 1;
|
||||
|
||||
public const DELETED = 2;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user