Sha256: 60dea0744ba1f4949bedae54aec19b2de06f177619ed24b2d15a48a6887ea62b

Contents?: true

Size: 471 Bytes

Versions: 18

Compression:

Stored size: 471 Bytes

Contents

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

= simple_form_for(subscripter, (EffectiveOrders.simple_form_options || {}).merge(url: effective_orders.customer_settings_path, method: :put)) do |f|
  = f.input :stripe_token, as: :hidden, input_html: { value: nil }

  = render(f.object.customer) do
    %h3.effective-heading Card
    = effective_customer_fields(f)

  .form-actions
    = f.button :submit, 'Save', data: { disable_with: 'Saving...' }


Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
effective_orders-3.2.3 app/views/effective/customers/_form.html.haml
effective_orders-3.2.2 app/views/effective/customers/_form.html.haml
effective_orders-3.2.1 app/views/effective/customers/_form.html.haml
effective_orders-3.2.0 app/views/effective/customers/_form.html.haml
effective_orders-3.1.7 app/views/effective/customers/_form.html.haml
effective_orders-3.1.6 app/views/effective/customers/_form.html.haml
effective_orders-3.1.4 app/views/effective/customers/_form.html.haml
effective_orders-3.1.3 app/views/effective/customers/_form.html.haml
effective_orders-3.1.0 app/views/effective/customers/_form.html.haml
effective_orders-3.0.4 app/views/effective/customers/_form.html.haml
effective_orders-3.0.3 app/views/effective/customers/_form.html.haml
effective_orders-3.0.2 app/views/effective/customers/_form.html.haml
effective_orders-4.0.0beta4 app/views/effective/customers/_form.html.haml
effective_orders-4.0.0beta3 app/views/effective/customers/_form.html.haml
effective_orders-4.0.0beta2 app/views/effective/customers/_form.html.haml
effective_orders-4.0.0beta1 app/views/effective/customers/_form.html.haml
effective_orders-3.0.1 app/views/effective/customers/_form.html.haml
effective_orders-3.0.0 app/views/effective/customers/_form.html.haml