fix(payments-next): "Something went wrong..." error displayed for a user that has access to another user's churn coupon email link #20006
+1,056
−812
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Because
We did not have general backend error catching for the following churn methods:
We did not have general try-catching in the frontend for these pages:
Loyalty discount cancel, [locale]/subscriptions/[subscriptionId]/loyalty-discount/cancel/page.tsx
We threw errors for customer mismatches
This pull request
Updates the following churn pages with a try-catch to gracefully handle backend failures:
Updates the following backend churn methods with a try-catch to return a general error:
Adds customer_mismatch error code / reason to handle customer mismatch on the following:
Issue that this pull request solves
Closes #PAY-3513
Checklist
Put an
xin the boxes that applyScreenshots (Optional)
Stay Subscribed loyalty discount error:

Cancel loyalty discount error:

Offer error:

Other information (Optional)
Any other information that is important to this pull request.