Sha256: 320dc406b6331dacbd80969b1a58e8b7eaef2bfdb01c629bdac7fcd550edb63e

Contents?: true

Size: 432 Bytes

Versions: 38

Compression:

Stored size: 432 Bytes

Contents

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

#effective-orders-new-charge-form{data: stripe_charge_data(order) }
  = effective_form_with(model: @stripe_charge || Effective::Providers::StripeCharge.new(order: order), url: effective_orders.stripe_charge_orders_path) do |f|
    = f.hidden_field :stripe_token
    = f.hidden_field :effective_order_id

    = f.submit order_checkout_label(:stripe), border: false

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
effective_orders-4.2.7 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.2.6 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.2.5 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.2.4 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.2.3 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.2.2 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.2.1 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.2.0 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.1.5 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.1.4 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.1.3 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.1.2 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.1.1 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.1.0 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.0.6 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.0.5 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.0.4 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.0.3 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.0.2 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.0.1 app/views/effective/orders/stripe/_form.html.haml