Sha256: 281789b8004cfd389b0a88d2bda374a20703020cc95db1fd3b66778faa85874c
Contents?: true
Size: 512 Bytes
Versions: 14
Compression:
Stored size: 512 Bytes
Contents
= javascript_include_tag 'https://checkout.stripe.com/checkout.js' #effective-orders-new-charge-form{data: stripe_charge_data(order) } = simple_form_for(@stripe_charge || Effective::Providers::StripeCharge.new(order: order), url: effective_orders.stripe_charge_orders_path) do |f| = f.input :stripe_token, as: :hidden, input_html: { value: nil } = f.input :effective_order_id, as: :hidden = f.submit order_checkout_label(:stripe), class: 'btn btn-primary', data: { disable_with: 'Continuing...' }
Version data entries
14 entries across 14 versions & 1 rubygems