We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe28e1d commit 6ae9a5aCopy full SHA for 6ae9a5a
app/views/subscriptions/information.html.erb
@@ -109,7 +109,7 @@
109
</p>
110
<% elsif @selected_plan.stripe_plan_id == 'premium-trio' %>
111
<p class="center">
112
- You will be charged $25.00 USD immediately, renewing every three months.
+ You will be charged <%= number_to_currency(@selected_plan.monthly_cents * 3 / 100) %> USD immediately, renewing every three months.
113
114
115
Of course, you can cancel at any time.
0 commit comments