Skip to content

Commit 6ae9a5a

Browse files
committed
consistency in plan cost formatting
1 parent fe28e1d commit 6ae9a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/subscriptions/information.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
</p>
110110
<% elsif @selected_plan.stripe_plan_id == 'premium-trio' %>
111111
<p class="center">
112-
You will be charged $25.00 USD immediately, renewing every three months.
112+
You will be charged <%= number_to_currency(@selected_plan.monthly_cents * 3 / 100) %> USD immediately, renewing every three months.
113113
</p>
114114
<p class="center">
115115
Of course, you can cancel at any time.

0 commit comments

Comments
 (0)