Sha256: e33f34a7edb2817a9bdef1777835d7169ede40ff336daf9fdc9235d6b24b61cb

Contents?: true

Size: 433 Bytes

Versions: 12

Compression:

Stored size: 433 Bytes

Contents

- if order.purchased?
  .effective-order-payment-details
    %h3 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

12 entries across 12 versions & 1 rubygems

Version Path
effective_orders-2.1.17 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-2.1.16 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-2.1.15 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-2.1.14 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-2.1.13 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-2.1.12 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-2.1.10 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-2.1.9 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-2.1.8 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-2.1.7 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-2.1.6 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-2.1.5 app/views/effective/orders/_order_payment_details.html.haml