Operation processes on invoices
This commit is contained in:
@@ -10,7 +10,10 @@ class InvoiceStatus extends CommonModel
|
||||
public const INVOICE_STATUS_APPROVED = 'approved';
|
||||
public const INVOICE_STATUS_DENIED = 'denied';
|
||||
public const INVOICE_STATUS_EXPORTED = 'exported';
|
||||
public const INVOICE_STAUTS_DELETED = 'deleted';
|
||||
public const INVOICE_STATUS_DELETED = 'deleted';
|
||||
|
||||
public const INVOICE_META_STATUS_NO_PAYOUT = 'no_payout';
|
||||
public const INVOICE_META_STATUS_DONATED = 'donated';
|
||||
|
||||
protected $table = 'invoice_status';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user