Sha256: 1197b6c8192d7e855efd46a4b00f81aaa1fb3d8748eefec84033b2fa2c9514ed

Contents?: true

Size: 345 Bytes

Versions: 11

Compression:

Stored size: 345 Bytes

Contents

%h4 Payment Details

- if order.payment.present?
  - if order.purchased?
    %p This order was purchased with the following details:
  - elsif order.declined?
    %p This order was declined with the following details:

  %table.table
    %tbody
      - order.payment.each do |k, v|
        %tr
          %td= k
          %td= v
- else
  %p None

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
effective_orders-1.4.2 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-1.4.1 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-1.4.0 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-1.3.13 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-1.3.12 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-1.3.11 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-1.3.10 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-1.3.9 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-1.3.8 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-1.3.7 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-1.3.6 app/views/effective/orders/_order_payment_details.html.haml