Skip to content

Commit

Permalink
fix: pricing on the billing page
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdan-shulha committed Aug 28, 2024
1 parent 72fd0f6 commit bae520b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/billing.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'plans' => [
[
'name' => 'Hobby',
'price' => 19,
'price' => 9,
'description' => 'Perfect plan to try the service or host non-critical applications',
'product_id' => env('PADDLE_PLAN_HOBBY_PRODUCT_ID'),
'price_id' => env('PADDLE_PLAN_HOBBY_PRICE_ID'),
Expand All @@ -18,7 +18,7 @@
],
[
'name' => 'Startup',
'price' => 49,
'price' => 19,
'description' => 'Need more power or an improved stability? This is your choice!',
'product_id' => env('PADDLE_PLAN_STARTUP_PRODUCT_ID'),
'price_id' => env('PADDLE_PLAN_STARTUP_PRICE_ID'),
Expand Down

0 comments on commit bae520b

Please sign in to comment.