mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
remove transactionStatus constant
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace App\Classes\ValueObjects\Constants;
|
||||
|
||||
final class TransactionStatus {
|
||||
|
||||
public const PENDING_PAYMENT = 0;
|
||||
|
||||
public const PENDING_APPROVAL = 1;
|
||||
|
||||
public const APPROVED = 2;
|
||||
|
||||
public const COMPLETED = 3;
|
||||
|
||||
public const REJECTED = 4;
|
||||
|
||||
public const EXPIRED = 5;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user