mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
Fixes to contributions payment copy
This commit is contained in:
@@ -51,9 +51,9 @@ class SubscriptionsController < ApplicationController
|
||||
|
||||
if checkout_result.success?
|
||||
Current.family.start_subscription!(checkout_result.subscription_id)
|
||||
redirect_to root_path, notice: "Welcome to Sure! Your subscription has been created."
|
||||
redirect_to root_path, notice: "Welcome to Sure! Your contribution is appreciated."
|
||||
else
|
||||
redirect_to root_path, alert: "Something went wrong processing your subscription. Please contact us to get this fixed."
|
||||
redirect_to root_path, alert: "Something went wrong processing your contribution. Please try again."
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user