diff --git a/app/views/users/_billing.html.erb b/app/views/users/_billing.html.erb index 497dfcd93..3c6f2be7f 100644 --- a/app/views/users/_billing.html.erb +++ b/app/views/users/_billing.html.erb @@ -1,7 +1,7 @@

Billing Details

<% if current_user.stripe_id_code.blank? %> - <%= form_tag stripe_subscriptions_path, id: "credit-card-form" do %> + <%= form_tag "/stripe_active_cards", id: "credit-card-form", method: :post do %>
<% if flash[:error].present? %>
@@ -13,10 +13,6 @@
<% end %> -<% elsif current_user.stripe_id_code == "special" %> -

- Billing questions? Send an email to yo@dev.to. -

<% else %>
Your Credit Cards
<% @customer.sources.each do |source| %>