Sha256: 3c42ce603a87c295efe7d560146b87efcd2fcd4378c0ad8f8d52c29e09f0fd88

Contents?: true

Size: 301 Bytes

Versions: 5

Compression:

Stored size: 301 Bytes

Contents

- if order.payment.present?
  .effective-order-payment-details
    %h4 Payment Details

    - 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)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
effective_orders-1.5.8 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-1.5.7 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-1.5.5 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-1.5.4 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-1.5.3 app/views/effective/orders/_order_payment_details.html.haml