We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4d5b2 commit 82c0687Copy full SHA for 82c0687
config/billing.php
@@ -7,7 +7,7 @@
7
'plans' => [
8
[
9
'name' => 'Hobby',
10
- 'price' => 9,
+ 'price' => 14,
11
'description' => 'Perfect plan to try the service or host non-critical applications',
12
'product_id' => env('PADDLE_PLAN_HOBBY_PRODUCT_ID'),
13
'price_id' => env('PADDLE_PLAN_HOBBY_PRICE_ID'),
@@ -20,7 +20,7 @@
20
],
21
22
'name' => 'Startup',
23
- 'price' => 19,
+ 'price' => 29,
24
'description' => 'Need more power or an improved stability? This is your choice!',
25
'product_id' => env('PADDLE_PLAN_STARTUP_PRODUCT_ID'),
26
'price_id' => env('PADDLE_PLAN_STARTUP_PRICE_ID'),
0 commit comments