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.0.0 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.0.0beta19 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.0.0beta18 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.0.0beta17 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.0.0beta16 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.0.0beta15 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.0.0beta14 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.0.0beta13 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.0.0beta12 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.0.0beta11 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.0.0beta10 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.0.0beta9 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.0.0beta8 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.0.0beta7 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.0.0beta6 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.0.0beta5 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.0.0beta4 app/views/effective/orders/stripe/_form.html.haml
effective_orders-4.0.0beta3 app/views/effective/orders/stripe/_form.html.haml