mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-23 19:49:56 +01:00
web: update refund policy to 14 days for all plans & periods as per Paddle buyer terms
This commit is contained in:
@@ -55,7 +55,7 @@ type PeriodMetadata = { title: string; refundDays: number };
|
||||
export const PERIOD_METADATA: Record<Period, PeriodMetadata> = {
|
||||
monthly: {
|
||||
title: strings.monthly(),
|
||||
refundDays: 7
|
||||
refundDays: 14
|
||||
},
|
||||
yearly: {
|
||||
title: strings.yearly(),
|
||||
@@ -63,7 +63,7 @@ export const PERIOD_METADATA: Record<Period, PeriodMetadata> = {
|
||||
},
|
||||
"5-year": {
|
||||
title: "5 year",
|
||||
refundDays: 30
|
||||
refundDays: 14
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -2517,7 +2517,7 @@ Use this if changes from other devices are not appearing on this device. This wi
|
||||
{
|
||||
question: () => t`What is your refund policy?`,
|
||||
answer: () =>
|
||||
t`For a monthly subscription, you can get a refund within 7 days of purchase. For a yearly subscription, we offer a full refund within 14 days of purchase. For a 5 year subscription, you can request a refund within 30 days of purchase.`
|
||||
t`You can claim a refund within 14 days of purchasing your subscription.`
|
||||
}
|
||||
],
|
||||
upgradePlanTo: (plan: string) =>
|
||||
|
||||
Reference in New Issue
Block a user