Sha256: e8d135d494e6d36a1ad03553c315d84b03e401987b05a85a911ef2152296b0d2

Contents?: true

Size: 277 Bytes

Versions: 5

Compression:

Stored size: 277 Bytes

Contents

<h1>Confirm Payment</h1>

<p>Click "Confirm" below to finish your transaction.</p>

<% cache [@transaction, 'details'] do %>
  <%= render 'details' %>
<% end %>

<%= form_for [:capture, @transaction] do |f| %>
  <%= f.submit 'Confirm', :class => 'btn btn-primary' %>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tb_checkout-1.0.7 app/views/tb_checkout/transactions/confirm.html.erb
tb_checkout-1.0.6 app/views/tb_checkout/transactions/confirm.html.erb
tb_checkout-1.0.5 app/views/tb_checkout/transactions/confirm.html.erb
tb_checkout-1.0.4 app/views/tb_checkout/transactions/confirm.html.erb
tb_checkout-1.0.3 app/views/tb_checkout/transactions/confirm.html.erb