11 lines
217 B
PHP
11 lines
217 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'transactions' => 'Transactions',
|
||
|
'table' => [
|
||
|
'order_id' => 'Order ID',
|
||
|
'transaction_id' => 'Transaction ID',
|
||
|
'payment_method' => 'Payment Method',
|
||
|
],
|
||
|
];
|