Sha256: 70fc2613d077265b60b7c4f4598b824ba8aa93871a1d090db79271653f107fca

Contents?: true

Size: 548 Bytes

Versions: 59

Compression:

Stored size: 548 Bytes

Contents

.card
  .card-body
    %h2 Pretend Checkout

    = effective_form_with(scope: :pretend, url: effective_orders.pretend_order_path(order), method: :post) do |f|
      = f.hidden_field :purchased_url, value: purchased_url
      = f.hidden_field :declined_url, value: declined_url

      - if EffectiveOrders.pretend_message.present?
        %p= EffectiveOrders.pretend_message

      = f.submit(border: false, center: true) do
        = f.save order_checkout_label(:pretend)
        = f.save order_checkout_label(:pretend).gsub('Purchase', 'Decline')

Version data entries

59 entries across 59 versions & 1 rubygems

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