Sha256: 900a8d827838fd4e7aab1c883f91383cd815abc9a773baca6743bbcd16de7907

Contents?: true

Size: 516 Bytes

Versions: 17

Compression:

Stored size: 516 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('%Y-%m-%d %H:%M')

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
effective_orders-3.2.3 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-3.2.2 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-3.2.1 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-3.2.0 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-3.1.7 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-3.1.6 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-3.1.4 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-3.1.3 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-3.1.0 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-3.0.4 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-3.0.3 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-3.0.2 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-3.0.1 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-3.0.0 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-2.2.4 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-2.2.3 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-2.2.2 app/views/effective/orders/_order_payment_details.html.haml