We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17bc943 commit 6024642Copy full SHA for 6024642
app/models/plan.rb
@@ -1,7 +1,7 @@
1
class Plan
2
PLANS = {
3
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" }
+ monthly_v1: { name: "Monthly", price: 20, card_limit: Float::INFINITY, storage_limit: 5.gigabytes, stripe_price_id: "price_1SaHykRwChFE4it8PePOdDpS" }
5
}
6
7
attr_reader :key, :name, :price, :card_limit, :storage_limit, :stripe_price_id
0 commit comments