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.9.1 app/views/effective/orders/pretend/_form.html.haml
effective_orders-6.9.0 app/views/effective/orders/pretend/_form.html.haml
effective_orders-6.8.2 app/views/effective/orders/pretend/_form.html.haml
effective_orders-6.8.1 app/views/effective/orders/pretend/_form.html.haml
effective_orders-6.8.0 app/views/effective/orders/pretend/_form.html.haml
effective_orders-6.7.3 app/views/effective/orders/pretend/_form.html.haml
effective_orders-6.7.2 app/views/effective/orders/pretend/_form.html.haml
effective_orders-6.7.1 app/views/effective/orders/pretend/_form.html.haml
effective_orders-6.7.0 app/views/effective/orders/pretend/_form.html.haml
effective_orders-6.6.3 app/views/effective/orders/pretend/_form.html.haml
effective_orders-6.6.2 app/views/effective/orders/pretend/_form.html.haml
effective_orders-6.6.1 app/views/effective/orders/pretend/_form.html.haml
effective_orders-6.6.0 app/views/effective/orders/pretend/_form.html.haml
effective_orders-6.5.9 app/views/effective/orders/pretend/_form.html.haml
effective_orders-6.5.8 app/views/effective/orders/pretend/_form.html.haml
effective_orders-6.5.7 app/views/effective/orders/pretend/_form.html.haml
effective_orders-6.5.6 app/views/effective/orders/pretend/_form.html.haml
effective_orders-6.5.5 app/views/effective/orders/pretend/_form.html.haml
effective_orders-6.5.4 app/views/effective/orders/pretend/_form.html.haml