<% if @order.paypal_payment %> <%= t("Paypal Transaction") %> <% @order.paypal_payment.txns.each do |t| %> <% end %>
<%= t("Amount") %> <%= t("Fee") %> <%= t("Status") %> <%= t("Transaction Id") %> <%= t("Received At") %>
<%=number_to_currency t.amount %> <%=number_to_currency t.fee %> <%=t.status %> <%=t.transaction_id %> <%=t.received_at %>
<% end %>