Skip to content

Commit 43cbfe1

Browse files
committed
feat: pricing test
1 parent ce4d5b2 commit 43cbfe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: config/billing.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
'plans' => [
88
[
99
'name' => 'Hobby',
10-
'price' => 9,
10+
'price' => 19,
1111
'description' => 'Perfect plan to try the service or host non-critical applications',
1212
'product_id' => env('PADDLE_PLAN_HOBBY_PRODUCT_ID'),
1313
'price_id' => env('PADDLE_PLAN_HOBBY_PRICE_ID'),
@@ -20,7 +20,7 @@
2020
],
2121
[
2222
'name' => 'Startup',
23-
'price' => 19,
23+
'price' => 29,
2424
'description' => 'Need more power or an improved stability? This is your choice!',
2525
'product_id' => env('PADDLE_PLAN_STARTUP_PRODUCT_ID'),
2626
'price_id' => env('PADDLE_PLAN_STARTUP_PRICE_ID'),

0 commit comments

Comments
 (0)