das marketing frontend wurde auf lokalisierte urls umgestellt.

This commit is contained in:
Codex Agent
2025-11-03 15:50:10 +01:00
parent c0c1d31385
commit 55c606bdd4
47 changed files with 1592 additions and 251 deletions

View File

@@ -150,6 +150,9 @@ class SendAbandonedCheckoutReminders extends Command
{
// Für jetzt: Einfache Package-URL
// Später: Persönliche Resume-Token URLs
return route('buy.packages', $checkout->package_id);
return route('buy.packages', [
'locale' => config('app.locale', 'de'),
'packageId' => $checkout->package_id,
]);
}
}