Payment List

<% if @payment_invoices.blank? -%> <% else -%> <%(@payment_invoices || []).each do |x|%> <%end%> <% end -%>
Transaction Date Payment Invoice # Payment Method Amount Status
No Transaction found
<%= x.invoiced_on %> <%= x.invoice_number || '-' %> <%= 'Card' %> <%= number_to_currency(x.amount) %> <%= x.payment_status -%>
<%= render :partial => "monitoring/top_bar" %>