order
This commit is contained in:
parent
af3249c8e0
commit
3fb12162a2
|
|
@ -16,6 +16,7 @@
|
|||
];
|
||||
|
||||
$orderStatusMessages = [
|
||||
'all' => trans('admin::app.notification.order-status-messages.all'),
|
||||
'pending' => trans('admin::app.notification.order-status-messages.pending'),
|
||||
'item_cancelled' => trans('admin::app.notification.order-status-messages.pending'),
|
||||
'canceled'=> trans('admin::app.notification.order-status-messages.canceled'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue