fixed order status
This commit is contained in:
parent
361e352c5e
commit
80a0c6b5a7
|
|
@ -26,4 +26,5 @@ return [
|
|||
'paid' => 'Paid',
|
||||
'shipped' => 'Shipped',
|
||||
'completed' => 'Completed',
|
||||
'cancelled' => 'Cancelled',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -26,4 +26,5 @@ return [
|
|||
'paid' => '已支付',
|
||||
'shipped' => '已发货',
|
||||
'completed' => '已完成',
|
||||
'cancelled' => '已取消',
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue