Sha256: d91a8072aab38f9dcc1f81a5a222a3213e40a2ba760d3c8a9ee6993e3da92b34

Contents?: true

Size: 772 Bytes

Versions: 216

Compression:

Stored size: 772 Bytes

Contents

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

.card
  .card-header Customer Summary
  .card-body
    = effective_form_with(model: subscripter, url: effective_orders.customer_settings_path, remote: true, data: { stripe: subscripter_stripe_data(subscripter) }) do |f|
      = f.hidden_field :stripe_token, value: nil
      = f.error :stripe_token

      %p
        All subscription and billing notifications are sent to:
        %strong= f.object.user.email

      - if f.object.customer.active_card.present?
        %p
          All charges are made to
          %strong= f.object.customer.active_card

      %p= f.object.customer.payment_status

      = f.submit 'Update Card', border: false, left: true, class: 'effective-orders-stripe-update-card'

Version data entries

216 entries across 216 versions & 1 rubygems

Version Path
effective_orders-6.19.1 app/views/effective/customers/_form.html.haml
effective_orders-6.19.0 app/views/effective/customers/_form.html.haml
effective_orders-6.18.4 app/views/effective/customers/_form.html.haml
effective_orders-6.18.3 app/views/effective/customers/_form.html.haml
effective_orders-6.18.2 app/views/effective/customers/_form.html.haml
effective_orders-6.18.1 app/views/effective/customers/_form.html.haml
effective_orders-6.18.0 app/views/effective/customers/_form.html.haml
effective_orders-6.17.2 app/views/effective/customers/_form.html.haml
effective_orders-6.17.1 app/views/effective/customers/_form.html.haml
effective_orders-6.17.0 app/views/effective/customers/_form.html.haml
effective_orders-6.16.4 app/views/effective/customers/_form.html.haml
effective_orders-6.16.3 app/views/effective/customers/_form.html.haml
effective_orders-6.16.2 app/views/effective/customers/_form.html.haml
effective_orders-6.16.1 app/views/effective/customers/_form.html.haml
effective_orders-6.16.0 app/views/effective/customers/_form.html.haml
effective_orders-6.15.0 app/views/effective/customers/_form.html.haml
effective_orders-6.14.6 app/views/effective/customers/_form.html.haml
effective_orders-6.14.5 app/views/effective/customers/_form.html.haml
effective_orders-6.14.4 app/views/effective/customers/_form.html.haml
effective_orders-6.14.3 app/views/effective/customers/_form.html.haml