widerrufsbelehrung hinzugefügt und in den checkout mit eingebunden. refund ins backend eingebaut.

This commit is contained in:
Codex Agent
2025-12-07 11:57:05 +01:00
parent e092f72475
commit 1d3d49e05a
44 changed files with 1143 additions and 71 deletions

View File

@@ -113,4 +113,16 @@ return [
'name' => env('MAIL_FROM_NAME', 'Dein Fotospiel.App Team'),
],
/*
|--------------------------------------------------------------------------
| Ops / SuperAdmin Notification Address
|--------------------------------------------------------------------------
|
| Optional address for internal Ops/SuperAdmin notifications (purchases,
| add-ons, refunds). Leave null to disable Ops mail routing.
|
*/
'ops_address' => env('MAIL_OPS', 'info@fotospiel.app'),
];