Sha256: 493b91e253675878df092a9f8798450fb32639ab26a7deb1001a1a6022e1aadd

Contents?: true

Size: 292 Bytes

Versions: 9

Compression:

Stored size: 292 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:

  = tableize_hash(order.payment)

- else
  %p No payment details present

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
effective_orders-1.5.2 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-1.5.1 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-1.5.0 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-1.4.8 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-1.4.7 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-1.4.6 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-1.4.5 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-1.4.4 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-1.4.3 app/views/effective/orders/_order_payment_details.html.haml