Skip to content

Commit

Permalink
update to cancellation offer disclaimer copy
Browse files Browse the repository at this point in the history
update to cancellation offer review (annual subscribers) bullet point copy
  • Loading branch information
Richard Bangay committed Nov 20, 2024
1 parent cfb87ef commit b00b05b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,9 @@ export const CancelAlternativeOffer = () => {
Your {mainPlan.billingPeriod}ly payments of{' '}
{mainPlan.currency}
{humanReadableStrikethroughPrice} will automatically resume
on {nextNonDiscountedPaymentDate} unless you cancel
on {nextNonDiscountedPaymentDate} unless you cancel. Cannot
be used together with any other subscription offer you may
currently have.
</p>
)}
</>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,14 @@ export const CancelAlternativeReview = () => {
`Unless you cancel before, your payment will resume on ${nextNonDiscountedPaymentDate}`}
{offerIsPercentageOrFree === 'percentage' &&
isPaidSubscriptionPlan(mainPlan) &&
`Unless you cancel before, you will be charged ${mainPlan.currency}${routerState.discountedPrice} on ${firstDiscountedPaymentDate}`}
`Unless you cancel before then, your ${
mainPlan.currency
}${getMaxNonDiscountedPrice(
routerState.nonDiscountedPayments,
true,
)}/${
mainPlan.billingPeriod
} payment will automatically resume on ${nextNonDiscountedPaymentDate}`}
</li>
<li>You may cancel your subscription at any time</li>
</>
Expand Down

0 comments on commit b00b05b

Please sign in to comment.