Sha256: 67a9e0c0876964263d1434ffde13966a1a2dc1ef5749ecd5b537222e3aadb84b

Contents?: true

Size: 433 Bytes

Versions: 2

Compression:

Stored size: 433 Bytes

Contents

- if order.purchased?
  .effective-order-payment-details
    %h2 Payment Details
    %table.table
      %tbody
        %tr
          %td Provider
          %td= order.payment_provider
        %tr
          %td Card
          %td
            = payment_card_label(order.payment_card)
            = (order.payment['f4l4'] rescue nil)

        %tr
          %td Purchased at
          %td= order.purchased_at.strftime('%Y-%m-%d %H:%M')

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
effective_orders-2.2.1 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-2.2.0 app/views/effective/orders/_order_payment_details.html.haml