Sha256: 7141d8001b96846c85429c8080d10179a689862594e6892e265790bd0f51936f
Contents?: true
Size: 526 Bytes
Versions: 2
Compression:
Stored size: 526 Bytes
Contents
<% ps_transaction = SpreePagseguroSimple::Gateway.new(payment) %> <% if ps_transaction.is_not_completed? %> <p><strong>Clique no botão abaixo e realize o pagamento</strong></p> <%= link_to image_tag('btn-pagseguro.gif'), ps_transaction.payment_url %> <% else %> <% if payment.completed? %> <p class='label label-success'>Pagamento aprovado</p> <% else %> <p class="text-info">Seu pagamento foi recebido. Assim que o PagSeguro aprovar a transação seu pedido entrará em produção.</p> <% end %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_pagseguro_simple-1.0.1.alpha | app/views/spree/shared/_pag_seguro_info.html.erb |
spree_pagseguro_simple-1.0.alpha | app/views/spree/shared/_pag_seguro_info.html.erb |