Skip to content

Fix URL params breaking flow recognition

Alex Buijs requested to merge fix-paid-signup-flow-recognition into master

What does this MR do?

Introduced in !23512 (merged). Currently the helper in_paid_signup_flow? compares the user_return_to URL from the session with the new_subscriptions_path. If params were present in the stored URL, the comparison would fail.

Since this is behind a feature flag, a changelog is not provided.

Edited by Alex Buijs

Merge request reports