Skip to content

Commit 6024642

Browse files
committed
Make it 20
1 parent 17bc943 commit 6024642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/plan.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class Plan
22
PLANS = {
33
free_v1: { name: "Free", price: 0, card_limit: 1000, storage_limit: 5.gigabytes },
4-
monthly_v1: { name: "Monthly", price: 20_00, card_limit: Float::INFINITY, storage_limit: 5.gigabytes, stripe_price_id: "price_1SaHykRwChFE4it8PePOdDpS" }
4+
monthly_v1: { name: "Monthly", price: 20, card_limit: Float::INFINITY, storage_limit: 5.gigabytes, stripe_price_id: "price_1SaHykRwChFE4it8PePOdDpS" }
55
}
66

77
attr_reader :key, :name, :price, :card_limit, :storage_limit, :stripe_price_id

0 commit comments

Comments
 (0)