das marketing frontend wurde auf lokalisierte urls umgestellt.
This commit is contained in:
@@ -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,
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user