Intégration fonctionnalites V1

This commit is contained in:
bastien
2026-07-04 22:30:18 +02:00
parent 55a558b536
commit 10ee859602
54 changed files with 4802 additions and 1018 deletions
+2
View File
@@ -20,6 +20,8 @@ return [
'payment' => [
'default_provider' => env('LAVERIE_PAYMENT_PROVIDER', 'simulated'),
'top_up_min' => (float) env('LAVERIE_TOP_UP_MIN', 5),
'top_up_max' => (float) env('LAVERIE_TOP_UP_MAX', 150),
],
'machine_api_key' => env('LAVERIE_MACHINE_API_KEY'),