management integration start
This commit is contained in:
parent
3389e55416
commit
bcd06ea410
|
|
@ -20,6 +20,7 @@ return [
|
|||
'order-status-pending-payment' => 'Pending Payment',
|
||||
'order-status-processing' => 'Processing',
|
||||
'order-status-success' => 'Completed',
|
||||
'order-status-completed' => 'Completed',
|
||||
'channel' => 'Channel',
|
||||
'customer-name' => 'Customer Name',
|
||||
'email' => 'Email',
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ return [
|
|||
'order-status-pending-payment' => 'В ожидании платежа',
|
||||
'order-status-processing' => 'В процессе',
|
||||
'order-status-success' => 'Завершено',
|
||||
'order-status-completed' => 'Завершено',
|
||||
|
||||
],
|
||||
'cart'=>[
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ return [
|
|||
'order-status-pending-payment' => 'Tölege garaşylýar',
|
||||
'order-status-processing' => 'Işlenilýär',
|
||||
'order-status-success' => 'Tamamlandy',
|
||||
'order-status-completed' => 'Tamamlandy',
|
||||
|
||||
],
|
||||
'cart'=>[
|
||||
|
|
|
|||
Loading…
Reference in New Issue