Files
3dealer/config/lunar/payments.php
T

15 lines
222 B
PHP
Raw Normal View History

2026-07-03 13:46:54 +00:00
<?php
return [
'default' => env('PAYMENTS_TYPE', 'cash-in-hand'),
'types' => [
'cash-in-hand' => [
'driver' => 'offline',
'authorized' => 'payment-offline',
],
],
];