Sha256: da0eb3d2912bff4e1ef0550009985e5fd733a5f3c7b33bd44b6f3e4844f29ffd

Contents?: true

Size: 510 Bytes

Versions: 44

Compression:

Stored size: 510 Bytes

Contents

- if order.purchased? && (EffectiveOrders.authorized?(controller, :show, :payment_details) rescue false)
  .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('%F %H:%M')

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
effective_orders-4.0.4 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.0.3 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.0.2 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.0.1 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.0.0 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.0.0beta19 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.0.0beta18 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.0.0beta17 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.0.0beta16 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.0.0beta15 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.0.0beta14 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.0.0beta13 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.0.0beta12 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.0.0beta11 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.0.0beta10 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.0.0beta9 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.0.0beta8 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.0.0beta7 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.0.0beta6 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.0.0beta5 app/views/effective/orders/_order_payment_details.html.haml