Files
Konstantinos Arvanitakis b16413ff9a First Commit
2026-07-03 16:42:22 +03:00

15 lines
222 B
PHP

<?php
return [
'default' => env('PAYMENTS_TYPE', 'cash-in-hand'),
'types' => [
'cash-in-hand' => [
'driver' => 'offline',
'authorized' => 'payment-offline',
],
],
];