feat: Complete checkout overhaul with Stripe PaymentIntent integration and abandoned cart recovery

This commit is contained in:
Codex Agent
2025-10-07 22:25:03 +02:00
parent dd5545605c
commit aa8c6c67c5
38 changed files with 1848 additions and 878 deletions

View File

@@ -21,7 +21,7 @@ class Welcome extends Mailable
public function envelope(): Envelope
{
return new Envelope(
subject: 'Welcome to Fotospiel!',
subject: __('emails.welcome.subject', ['name' => $this->user->fullName]),
);
}