Sha256: bec8524cb74c49192b015b30ad60ff36cf760250fcbb7c6771d074cbfdeb3e6b

Contents?: true

Size: 612 Bytes

Versions: 176

Compression:

Stored size: 612 Bytes

Contents

.card
  .card-body
    %h2 Checkout Offline

    %p
      = succeed('.') do
        Please indicate that you would like to pay by
        = EffectiveOrders.deferred_providers.to_sentence(last_word_connector: ', or', two_words_connector: ' or ')

    %p Your order will not be considered purchased until we receive your payment.

    - provider_locals = { order: order, deferred_url: deferred_url, declined_url: declined_url }

    .d-flex.justify-content-around
      - EffectiveOrders.deferred_providers.each do |provider|
        = render partial: "/effective/orders/#{provider}/form", locals: provider_locals

Version data entries

176 entries across 176 versions & 1 rubygems

Version Path
effective_orders-6.19.1 app/views/effective/orders/deferred/_form.html.haml
effective_orders-6.19.0 app/views/effective/orders/deferred/_form.html.haml
effective_orders-6.18.4 app/views/effective/orders/deferred/_form.html.haml
effective_orders-6.18.3 app/views/effective/orders/deferred/_form.html.haml
effective_orders-6.18.2 app/views/effective/orders/deferred/_form.html.haml
effective_orders-6.18.1 app/views/effective/orders/deferred/_form.html.haml
effective_orders-6.18.0 app/views/effective/orders/deferred/_form.html.haml
effective_orders-6.17.2 app/views/effective/orders/deferred/_form.html.haml
effective_orders-6.17.1 app/views/effective/orders/deferred/_form.html.haml
effective_orders-6.17.0 app/views/effective/orders/deferred/_form.html.haml
effective_orders-6.16.4 app/views/effective/orders/deferred/_form.html.haml
effective_orders-6.16.3 app/views/effective/orders/deferred/_form.html.haml
effective_orders-6.16.2 app/views/effective/orders/deferred/_form.html.haml
effective_orders-6.16.1 app/views/effective/orders/deferred/_form.html.haml
effective_orders-6.16.0 app/views/effective/orders/deferred/_form.html.haml
effective_orders-6.15.0 app/views/effective/orders/deferred/_form.html.haml
effective_orders-6.14.6 app/views/effective/orders/deferred/_form.html.haml
effective_orders-6.14.5 app/views/effective/orders/deferred/_form.html.haml
effective_orders-6.14.4 app/views/effective/orders/deferred/_form.html.haml
effective_orders-6.14.3 app/views/effective/orders/deferred/_form.html.haml