Paid plans never exceed limits!

This commit is contained in:
Jorge Manrubia
2025-12-12 17:00:40 +01:00
parent d5018cab23
commit e53455d2ca
+1 -1
View File
@@ -24,6 +24,6 @@ module Account::Billing
end
def exceeding_card_limit?
cards_count > plan.card_limit
plan.limit_cards? && cards_count > plan.card_limit
end
end