Sha256: 77ed6dd31fe246acc1a67acf861548d3b79593e1e835e4063ed1d294ceb4a471

Contents?: true

Size: 1.11 KB

Versions: 61

Compression:

Stored size: 1.11 KB

Contents

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

- stripe = stripe_payment_intent(order)

.card
  .card-body
    %h2 Checkout
    %p
      %em This checkout is powered by stripe.

    .my-4.text-center
      = link_to(image_tag('effective_orders/stripe.png'), 'https://www.stripe.com', target: '_blank')

    = effective_form_with(scope: :stripe, url: effective_orders.stripe_order_path(order), data: { 'stripe-form': stripe.to_json }) do |f|
      = f.hidden_field :purchased_url, value: purchased_url
      = f.hidden_field :declined_url, value: declined_url

      -# This is set by the stripe.js javascript
      = f.hidden_field :payment_intent_id

      - if stripe[:token_required]
        %p Please enter your credit card information.
        = render('effective/orders/stripe/element')
      - else
        %p Your existing card <strong>#{stripe[:active_card]}</strong> will be charged.

        = collapse('Use this card instead...', class: 'update-stripe-payment-method') do
          = render('effective/orders/stripe/element')

      .mt-4
        = f.submit order_checkout_label(:stripe), center: true, border: false

Version data entries

61 entries across 61 versions & 1 rubygems

Version Path
effective_orders-5.5.1 app/views/effective/orders/stripe/_form.html.haml
effective_orders-5.5.0 app/views/effective/orders/stripe/_form.html.haml
effective_orders-5.4.4 app/views/effective/orders/stripe/_form.html.haml
effective_orders-5.4.3 app/views/effective/orders/stripe/_form.html.haml
effective_orders-5.4.2 app/views/effective/orders/stripe/_form.html.haml
effective_orders-5.4.1 app/views/effective/orders/stripe/_form.html.haml
effective_orders-5.4.0 app/views/effective/orders/stripe/_form.html.haml
effective_orders-5.3.2 app/views/effective/orders/stripe/_form.html.haml
effective_orders-5.3.1 app/views/effective/orders/stripe/_form.html.haml
effective_orders-5.3.0 app/views/effective/orders/stripe/_form.html.haml
effective_orders-5.2.17 app/views/effective/orders/stripe/_form.html.haml
effective_orders-5.2.16 app/views/effective/orders/stripe/_form.html.haml
effective_orders-5.2.15 app/views/effective/orders/stripe/_form.html.haml
effective_orders-5.2.14 app/views/effective/orders/stripe/_form.html.haml
effective_orders-5.2.13 app/views/effective/orders/stripe/_form.html.haml
effective_orders-5.2.12 app/views/effective/orders/stripe/_form.html.haml
effective_orders-5.2.11 app/views/effective/orders/stripe/_form.html.haml
effective_orders-5.2.10 app/views/effective/orders/stripe/_form.html.haml
effective_orders-5.2.9 app/views/effective/orders/stripe/_form.html.haml
effective_orders-5.2.8 app/views/effective/orders/stripe/_form.html.haml