Sha256: 5fff2f4fcb8259a1ef7116186e058855b9eb457ffa4a9a17ba3145c171f0ce02

Contents?: true

Size: 381 Bytes

Versions: 14

Compression:

Stored size: 381 Bytes

Contents

- if order.deferred?
  .effective-order-deferred
    %table.table
      %thead
        %tr
          %th Payment
      %tbody
        %tr
          %td
            - if order.delayed?
              Your #{order.delayed_payment_method} will be charged on #{order.delayed_payment_date.strftime('%F')}
            - else
              Waiting for payment by #{order.payment_provider}

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
effective_orders-6.16.0 app/views/effective/orders/_order_deferred.html.haml
effective_orders-6.15.0 app/views/effective/orders/_order_deferred.html.haml
effective_orders-6.14.6 app/views/effective/orders/_order_deferred.html.haml
effective_orders-6.14.5 app/views/effective/orders/_order_deferred.html.haml
effective_orders-6.14.4 app/views/effective/orders/_order_deferred.html.haml
effective_orders-6.14.3 app/views/effective/orders/_order_deferred.html.haml
effective_orders-6.14.2 app/views/effective/orders/_order_deferred.html.haml
effective_orders-6.14.1 app/views/effective/orders/_order_deferred.html.haml
effective_orders-6.14.0 app/views/effective/orders/_order_deferred.html.haml
effective_orders-6.13.3 app/views/effective/orders/_order_deferred.html.haml
effective_orders-6.13.2 app/views/effective/orders/_order_deferred.html.haml
effective_orders-6.13.1 app/views/effective/orders/_order_deferred.html.haml
effective_orders-6.13.0 app/views/effective/orders/_order_deferred.html.haml
effective_orders-6.12.4 app/views/effective/orders/_order_deferred.html.haml