Feat: Upgrading to Boboko 0.10.0 / Lunar 1.5

This commit is contained in:
2026-08-31 14:25:22 +03:00
parent adb847f442
commit 4387459aed
41 changed files with 1270 additions and 630 deletions
+3
View File
@@ -1,5 +1,7 @@
<?php
use Modules\Core\Payment\Drivers\OfflinePaymentDriver;
return [
'default' => env('PAYMENTS_TYPE', 'cash-in-hand'),
@@ -7,6 +9,7 @@
'types' => [
'cash-in-hand' => [
'driver' => 'offline',
'payment_driver' => OfflinePaymentDriver::class,
'authorized' => 'payment-offline',
],
],