We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c96e75 + 25fa467 commit ef21badCopy full SHA for ef21bad
1 file changed
packages/fxa-auth-server/lib/payments/subscription-reminders.ts
@@ -240,7 +240,7 @@ export class SubscriptionReminders {
240
purchase.purchaseDetails.localizations.at(0)?.webIcon ||
241
purchase.purchaseDetails.webIcon,
242
churnTermsUrl: new URL(
243
- `${this.paymentsNextUrl}/${offeringId}/${priceSubplatInterval}/stay-subscribed/loyalty-discount/terms`
+ `${this.paymentsNextUrl}/${offeringId}/${priceSubplatInterval}/stay_subscribed/loyalty-discount/terms`
244
).toString(),
245
ctaButtonLabel: cmsChurnInterventionEntry?.ctaMessage,
246
ctaButtonUrl: new URL(
0 commit comments