Skip to content

Commit

Permalink
chore: fix pricing to reflect the latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdan-shulha committed Aug 16, 2024
1 parent 3186bf9 commit bb5869b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/billing.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'plans' => [
[
'name' => 'Hobby',
'price' => 14,
'price' => 19,
'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 Down

0 comments on commit bb5869b

Please sign in to comment.