Sha256: 18336f9d192c7da2d127ed63aa26c12c319184e0066f8593ea61c4acd37236e7

Contents?: true

Size: 452 Bytes

Versions: 12

Compression:

Stored size: 452 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 order_checkout_label(:pretend), border: false, center: true

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
effective_orders-6.5.3 app/views/effective/orders/pretend/_form.html.haml
effective_orders-6.5.2 app/views/effective/orders/pretend/_form.html.haml
effective_orders-6.5.1 app/views/effective/orders/pretend/_form.html.haml
effective_orders-6.5.0 app/views/effective/orders/pretend/_form.html.haml
effective_orders-6.4.4 app/views/effective/orders/pretend/_form.html.haml
effective_orders-6.4.3 app/views/effective/orders/pretend/_form.html.haml
effective_orders-6.4.2 app/views/effective/orders/pretend/_form.html.haml
effective_orders-6.4.1 app/views/effective/orders/pretend/_form.html.haml
effective_orders-6.4.0 app/views/effective/orders/pretend/_form.html.haml
effective_orders-6.3.2 app/views/effective/orders/pretend/_form.html.haml
effective_orders-6.3.1 app/views/effective/orders/pretend/_form.html.haml
effective_orders-6.3.0 app/views/effective/orders/pretend/_form.html.haml