Update marketing packages and checkout copy
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run
tests / ui (push) Waiting to run

This commit is contained in:
Codex Agent
2026-02-01 13:04:11 +01:00
parent 386d0004ed
commit 2e78f3ab8d
35 changed files with 136 additions and 157 deletions

View File

@@ -60,7 +60,7 @@ class CouponSeeder extends Seeder
[
'code' => 'UPGRADE30',
'name' => 'Upgrade 30 €',
'description' => '30 € Nachlass als Upgrade-Anreiz von Starter auf Standard/Premium.',
'description' => '30 € Nachlass als Upgrade-Anreiz von Starter auf Classic/Premium.',
'type' => CouponType::FLAT,
'amount' => 30.00,
'currency' => 'EUR',
@@ -77,7 +77,7 @@ class CouponSeeder extends Seeder
[
'code' => 'SEASON50',
'name' => 'Hochzeits-Saison 50 €',
'description' => 'Saisonaler 50 € Rabatt für die Hochzeitssaison auf Standard/Premium.',
'description' => 'Saisonaler 50 € Rabatt für die Hochzeitssaison auf Classic/Premium.',
'type' => CouponType::FLAT,
'amount' => 50.00,
'currency' => 'EUR',