Sha256: b6f30a121ef3385e2f77d4cfe6809f275229ec170de2165beb314a97f31dce94

Contents?: true

Size: 317 Bytes

Versions: 2

Compression:

Stored size: 317 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, class: 'table')

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
effective_orders-1.6.0 app/views/effective/orders/_order_payment_details.html.haml
effective_orders-1.5.9 app/views/effective/orders/_order_payment_details.html.haml