Sha256: faac90bdd10b851825e6ec1b0d04fd3fa02c94ec9b344984b5205307fdaa98bf

Contents?: true

Size: 433 Bytes

Versions: 9

Compression:

Stored size: 433 Bytes

Contents

= form_tag(EffectiveOrders.moneris[:hpp_url], method: :post) do
  - moneris = Effective::Providers::MonerisCharge.new(order: order, purchased_url: purchased_url, declined_url: declined_url)

  = hidden_field_tag :hpp_preload, ''
  = hidden_field_tag :hpp_id, moneris.hpp_id
  = hidden_field_tag :ticket, moneris.ticket

  = submit_tag order_checkout_label(:moneris), class: 'btn btn-primary', data: { disable_with: 'Continuing...' }

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
effective_orders-3.2.3 app/views/effective/orders/moneris/_form.html.haml
effective_orders-3.2.2 app/views/effective/orders/moneris/_form.html.haml
effective_orders-3.2.1 app/views/effective/orders/moneris/_form.html.haml
effective_orders-3.2.0 app/views/effective/orders/moneris/_form.html.haml
effective_orders-3.1.7 app/views/effective/orders/moneris/_form.html.haml
effective_orders-3.1.6 app/views/effective/orders/moneris/_form.html.haml
effective_orders-3.1.4 app/views/effective/orders/moneris/_form.html.haml
effective_orders-3.1.3 app/views/effective/orders/moneris/_form.html.haml
effective_orders-3.1.0 app/views/effective/orders/moneris/_form.html.haml