Skip to content

Commit ef21bad

Browse files
authored
Merge pull request #19932 from mozilla/fix_terms-url
fix(auth): Fix Terms URL for Stay subscribed email
2 parents 8c96e75 + 25fa467 commit ef21bad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/fxa-auth-server/lib/payments/subscription-reminders.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ export class SubscriptionReminders {
240240
purchase.purchaseDetails.localizations.at(0)?.webIcon ||
241241
purchase.purchaseDetails.webIcon,
242242
churnTermsUrl: new URL(
243-
`${this.paymentsNextUrl}/${offeringId}/${priceSubplatInterval}/stay-subscribed/loyalty-discount/terms`
243+
`${this.paymentsNextUrl}/${offeringId}/${priceSubplatInterval}/stay_subscribed/loyalty-discount/terms`
244244
).toString(),
245245
ctaButtonLabel: cmsChurnInterventionEntry?.ctaMessage,
246246
ctaButtonUrl: new URL(

0 commit comments

Comments
 (0)