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