Fixes to contributions payment copy

This commit is contained in:
Juan José Mata
2026-01-22 19:22:55 +00:00
parent 667300398f
commit 7842b4a044
3 changed files with 4 additions and 4 deletions

View File

@@ -71,6 +71,6 @@ class SubscriptionsControllerTest < ActionDispatch::IntegrationTest
get success_subscription_url(session_id: "test-session-id")
assert @family.subscription.active?
assert_equal "Welcome to Sure! Your subscription has been created.", flash[:notice]
assert_equal "Welcome to Sure! Your contribution is appreciated.", flash[:notice]
end
end