Sha256: 275f13f14daecea3225ba4de3b2cba67024a1f3df01158ba5ffd3e2734fc4cac

Contents?: true

Size: 809 Bytes

Versions: 20

Compression:

Stored size: 809 Bytes

Contents

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

#effective-orders-new-charge-form{:data => {'stripe-publishable-key' => EffectiveOrders.stripe[:publishable_key], 'site-title' => EffectiveOrders.stripe[:site_title], 'site-image' => EffectiveOrders.stripe[:site_image], 'user-email' => current_user.try(:email), 'amount' => order.total, 'description' => "#{order.num_items} items (#{price_to_currency(order.total)})"}}
  = simple_form_for(@stripe_charge || Effective::StripeCharge.new(order), (EffectiveOrders.simple_form_options || {}).merge(:url => effective_orders.stripe_charges_path)) do |f|
    = f.input :effective_order_id, :as => :hidden
    = f.input :token, :as => :hidden
    = f.submit 'Pay with Stripe', :class => 'stripe-button', :data => {'disable_with' => 'Continuing...' }

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
effective_orders-1.6.5 app/views/effective/orders/stripe/_form.html.haml
effective_orders-1.6.4 app/views/effective/orders/stripe/_form.html.haml
effective_orders-1.6.3 app/views/effective/orders/stripe/_form.html.haml
effective_orders-1.6.1 app/views/effective/orders/stripe/_form.html.haml
effective_orders-1.6.0 app/views/effective/orders/stripe/_form.html.haml
effective_orders-1.5.9 app/views/effective/orders/stripe/_form.html.haml
effective_orders-1.5.8 app/views/effective/orders/stripe/_form.html.haml
effective_orders-1.5.7 app/views/effective/orders/stripe/_form.html.haml
effective_orders-1.5.5 app/views/effective/orders/stripe/_form.html.haml
effective_orders-1.5.4 app/views/effective/orders/stripe/_form.html.haml
effective_orders-1.5.3 app/views/effective/orders/stripe/_form.html.haml
effective_orders-1.5.2 app/views/effective/orders/stripe/_form.html.haml
effective_orders-1.5.1 app/views/effective/orders/stripe/_form.html.haml
effective_orders-1.5.0 app/views/effective/orders/stripe/_form.html.haml
effective_orders-1.4.8 app/views/effective/orders/stripe/_form.html.haml
effective_orders-1.4.7 app/views/effective/orders/stripe/_form.html.haml
effective_orders-1.4.6 app/views/effective/orders/stripe/_form.html.haml
effective_orders-1.4.5 app/views/effective/orders/stripe/_form.html.haml
effective_orders-1.4.4 app/views/effective/orders/stripe/_form.html.haml
effective_orders-1.4.3 app/views/effective/orders/stripe/_form.html.haml