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 0e34c7a commit c9a3acfCopy full SHA for c9a3acf
app/views/subscriptions/history.html.erb
@@ -56,7 +56,7 @@
56
<div class="card-content">
57
<div class="card-title">
58
<div class="right">
59
- <% account_balance = @stripe_customer.account_balance %>
+ <% account_balance = @stripe_customer.balance %>
60
<%= 'Outstanding balance:' if account_balance > 0 %> <%= number_to_currency(account_balance.abs / 100.0) if account_balance != 0 %> <%= 'credit' if account_balance < 0 %>
61
</div>
62
Billing history
0 commit comments