Payment history
Bitcoin payments processed
<%= render partial: 'table', locals: { order_payouts: @btc_order_payouts, summary: @btc_summary, currency: 'BTC' } %>
<% if PaymentMethod.litecoin_exists? %>
Litecoin payments processed
<%= render partial: 'table', locals: { order_payouts: @ltc_order_payouts, summary: @ltc_summary, currency: 'LTC' } %>
<%end%>
Click order id to get more details of the truncated btc address and txid. If order has been deleted then it will not show here.
Total sales revenue: <%= currency_format(@revenue) %> <%= session_user.currency %>