Sha256: 6ccb33fb3db5340059fe37bb5a3ad47fded03aa5bb64d257857de36581a9050c

Contents?: true

Size: 542 Bytes

Versions: 7

Compression:

Stored size: 542 Bytes

Contents

<h4>Credit Card</h4>
<dl class="dl-horizontal tb-checkout-transaction-confirm-info">
  <dt>Number</dt>
  <dd><%= @transaction.card_display %></dd>
  <dt>Type</dt>
  <dd><%= @transaction.card_type.titleize %></dd>
  <dt>Amount Charged</dt>
  <dd><%= number_to_currency @transaction.amount_charged %></dd>
</dl>

<h4>Billing Address</h4>
<dl class="dl-horizontal tb-checkout-transaction-confirm-info">
  <dt>Name</dt>
  <dd><%= @transaction.billing_full_name %></dd>
  <dt>Address</dt>
  <dd><%= @transaction.billing_full_address %></dd>
</dl>

Version data entries

7 entries across 7 versions & 1 rubygems

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