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.4.0 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.3.2 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.3.1 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.3.0 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.2.7 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.2.6 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.2.5 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.2.4 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.2.3 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.2.2 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.2.1 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.2.0 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.1.5 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.1.4 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.1.3 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.1.2 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.1.1 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.1.0 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.0.6 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-4.0.5 app/views/effective/orders/_order_payment_details.html.haml