first upload all files
This commit is contained in:
11
Modules/Order/Resources/lang/en/statuses.php
Normal file
11
Modules/Order/Resources/lang/en/statuses.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'canceled' => 'Canceled',
|
||||
'completed' => 'Completed',
|
||||
'on_hold' => 'On Hold',
|
||||
'pending' => 'Pending',
|
||||
'pending_payment' => 'Pending Payment',
|
||||
'processing' => 'Processing',
|
||||
'refunded' => 'Refunded',
|
||||
];
|
||||
Reference in New Issue
Block a user