Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion members/account.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@

<div class="subscriber-detail">
<label class="subscriber-detail-label">Your plan</label>
<span class="subscriber-detail-content">{{plan.currency_symbol}}{{price plan.amount}}/{{plan.interval}}</span>
<span class="subscriber-detail-content">{{price plan}}/{{plan.interval}}</span>
{{!-- <span class="subscriber-detail-content">{{price plan numberFormat="long"}}/{{plan.interval}}</span> --}}
{{!-- <span class="subscriber-detail-content">{{price plan currencyFormat="code"}}/{{plan.interval}}</span> --}}
{{!-- <span class="subscriber-detail-content">{{price currency=plan.currency}}/{{plan.interval}}</span> --}}
{{!-- <span class="subscriber-detail-content">{{price plan.amount currency=plan.currency}}/{{plan.interval}}</span> --}}
</div>

<div class="subscriber-detail">
Expand Down