Sha256: 52c4f464c863c6447a748d693a930f77af465849db3ebdf90eb22804f9fba9ba
Contents?: true
Size: 613 Bytes
Versions: 5
Compression:
Stored size: 613 Bytes
Contents
<fieldset data-hook="creditcard"> <legend>PagSeguro</legend> <table class="index"> <tr> <th>Código de Transação no Pagseguro:</th> <th>Data de criação do pagamento:</th> <th>URL para efetuar o pagamento</th> </tr> <tr> <td> <% if payment.order.payment_notifications.present? %> <%= payment.order.payment_notifications.last.transaction_id %> <% else %> Sem Código <% end %> </td> <td><%= l payment.source.date %></td> <td><%= link_to PagSeguro::Payment.checkout_payment_url(payment.source.code) %></td> </tr> </table> </fieldset>
Version data entries
5 entries across 5 versions & 1 rubygems