Sha256: 800548cb0e6d4942c265b3bbb2d209cc47e353de1253e057c51dc9c0e8123563

Contents?: true

Size: 646 Bytes

Versions: 9

Compression:

Stored size: 646 Bytes

Contents

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

= effective_form_with(model: subscripter, url: effective_orders.subscripter_path, remote: true, data: { stripe: subscripter_stripe_data(subscripter) }) do |f|
  = f.hidden_field :user_id, value: current_user.id
  = f.hidden_field :subscribable_global_id
  = f.hidden_field :stripe_token, value: nil
  = f.error :stripe_token

  = f.radios :stripe_plan_id, stripe_plans_collection(f), inline: false, cards: false, label: false, required: true

  = f.submit 'Choose Plan', center: true, border: false, class: ('effective-orders-stripe-token-required' if f.object.token_required?)

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
effective_orders-4.0.6 app/views/effective/subscripter/_form.html.haml
effective_orders-4.0.5 app/views/effective/subscripter/_form.html.haml
effective_orders-4.0.4 app/views/effective/subscripter/_form.html.haml
effective_orders-4.0.3 app/views/effective/subscripter/_form.html.haml
effective_orders-4.0.2 app/views/effective/subscripter/_form.html.haml
effective_orders-4.0.1 app/views/effective/subscripter/_form.html.haml
effective_orders-4.0.0 app/views/effective/subscripter/_form.html.haml
effective_orders-4.0.0beta19 app/views/effective/subscripter/_form.html.haml
effective_orders-4.0.0beta18 app/views/effective/subscripter/_form.html.haml