Sha256: d35f10546459007f55525ae9ececb319ceec152c2f61292373ed6812d35e0bf8
Contents?: true
Size: 828 Bytes
Versions: 4
Compression:
Stored size: 828 Bytes
Contents
<% Spree::PagseguroTransaction.where(order_id: @order.id.to_s).each do |transaction| %> <fieldset> <legend><%= t('pagseguro') %></legend> <table class="index"> <tr> <th colspan="6"><%= t('pagseguro_transaction') %></th> </tr> <tr> <td><label><%= t("email") %>:</label></td> <td> <%= transaction.email %> </td> </tr> <tr> <td><label><%= t("pagseguro_params") %>:</label></td> <td> <%= transaction.params %> </td> </tr> <tr> <td><label><%= t("pagseguro_transaction_id") %>:</label></td> <td> <%= transaction.transaction_id %> </td> </tr> <tr> <td><label><%= t("pagseguro_amount") %>:</label></td> <td> <%= transaction.amount %> </td> </tr> </table> </fieldset> <% end %>
Version data entries
4 entries across 4 versions & 2 rubygems