Sha256: 281789b8004cfd389b0a88d2bda374a20703020cc95db1fd3b66778faa85874c

Contents?: true

Size: 512 Bytes

Versions: 14

Compression:

Stored size: 512 Bytes

Contents

= javascript_include_tag 'https://checkout.stripe.com/checkout.js'

#effective-orders-new-charge-form{data: stripe_charge_data(order) }
  = simple_form_for(@stripe_charge || Effective::Providers::StripeCharge.new(order: order), url: effective_orders.stripe_charge_orders_path) do |f|
    = f.input :stripe_token, as: :hidden, input_html: { value: nil }
    = f.input :effective_order_id, as: :hidden
    = f.submit order_checkout_label(:stripe), class: 'btn btn-primary', data: { disable_with: 'Continuing...' }

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
effective_orders-3.2.3 app/views/effective/orders/stripe/_form.html.haml
effective_orders-3.2.2 app/views/effective/orders/stripe/_form.html.haml
effective_orders-3.2.1 app/views/effective/orders/stripe/_form.html.haml
effective_orders-3.2.0 app/views/effective/orders/stripe/_form.html.haml
effective_orders-3.1.7 app/views/effective/orders/stripe/_form.html.haml
effective_orders-3.1.6 app/views/effective/orders/stripe/_form.html.haml
effective_orders-3.1.4 app/views/effective/orders/stripe/_form.html.haml
effective_orders-3.1.3 app/views/effective/orders/stripe/_form.html.haml
effective_orders-3.1.0 app/views/effective/orders/stripe/_form.html.haml
effective_orders-3.0.4 app/views/effective/orders/stripe/_form.html.haml
effective_orders-3.0.3 app/views/effective/orders/stripe/_form.html.haml
effective_orders-3.0.2 app/views/effective/orders/stripe/_form.html.haml
effective_orders-3.0.1 app/views/effective/orders/stripe/_form.html.haml
effective_orders-3.0.0 app/views/effective/orders/stripe/_form.html.haml