12 lines
316 B
PHP
12 lines
316 B
PHP
<?php
|
|
|
|
return [
|
|
'delivery' => 'Delivery',
|
|
'payment' => 'Payment',
|
|
'order_date' => 'Order Date',
|
|
'shipping_method' => 'Shipping method',
|
|
'shipping_address' => 'Shipping address',
|
|
'payment_method' => 'Payment method',
|
|
'shipping' => 'Shipping',
|
|
'estimated_total' => 'Estimated total',
|
|
]; |