Sha256: 0eb6376b6a8a92ff58020423ee9f5d5ecff41f21ba2cb2a6d5ee6c903d403e86

Contents?: true

Size: 797 Bytes

Versions: 52

Compression:

Stored size: 797 Bytes

Contents

= javascript_include_tag(EffectiveOrders.moneris_checkout_script_url)

- moneris_checkout = moneris_checkout_preload_request(order)

.card
  .card-body.bg-light
    = effective_form_with(scope: :moneris_checkout, url: effective_orders.moneris_checkout_order_path(order), data: { 'moneris-checkout-form': moneris_checkout.to_json }) do |f|
      = f.hidden_field :purchased_url, value: purchased_url
      = f.hidden_field :declined_url, value: declined_url

      -# This is set by the moneris_checkout.js javascript
      = f.hidden_field :ticket

      = render('effective/orders/moneris_checkout/element')

    .mt-3.text-center
      %em
        This checkout provided by
        = succeed('.') do
          = link_to('Moneris', 'https://www.moneris.com', target: '_blank', class: 'btn-link')

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
effective_orders-6.17.2 app/views/effective/orders/moneris_checkout/_form.html.haml
effective_orders-6.17.1 app/views/effective/orders/moneris_checkout/_form.html.haml
effective_orders-6.17.0 app/views/effective/orders/moneris_checkout/_form.html.haml
effective_orders-6.16.4 app/views/effective/orders/moneris_checkout/_form.html.haml
effective_orders-6.16.3 app/views/effective/orders/moneris_checkout/_form.html.haml
effective_orders-6.16.2 app/views/effective/orders/moneris_checkout/_form.html.haml
effective_orders-6.16.1 app/views/effective/orders/moneris_checkout/_form.html.haml
effective_orders-6.16.0 app/views/effective/orders/moneris_checkout/_form.html.haml
effective_orders-6.15.0 app/views/effective/orders/moneris_checkout/_form.html.haml
effective_orders-6.14.6 app/views/effective/orders/moneris_checkout/_form.html.haml
effective_orders-6.14.5 app/views/effective/orders/moneris_checkout/_form.html.haml
effective_orders-6.14.4 app/views/effective/orders/moneris_checkout/_form.html.haml
effective_orders-6.14.3 app/views/effective/orders/moneris_checkout/_form.html.haml
effective_orders-6.14.2 app/views/effective/orders/moneris_checkout/_form.html.haml
effective_orders-6.14.1 app/views/effective/orders/moneris_checkout/_form.html.haml
effective_orders-6.14.0 app/views/effective/orders/moneris_checkout/_form.html.haml
effective_orders-6.13.3 app/views/effective/orders/moneris_checkout/_form.html.haml
effective_orders-6.13.2 app/views/effective/orders/moneris_checkout/_form.html.haml
effective_orders-6.13.1 app/views/effective/orders/moneris_checkout/_form.html.haml
effective_orders-6.13.0 app/views/effective/orders/moneris_checkout/_form.html.haml