Update marketing packages and checkout copy
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user