<% @page_title = "Thank you" %> <% if @stripe_session&.payment_status == "paid" %>

Thanks for buying Fizzy!

Your payment was successful. You’re now on the <%= Current.account.plan.name %> plan.

<%= link_to "Done", account_settings_path, class: "btn settings-subscription__button txt-medium" %>
<% end %>