Increase grace period of Stripe subscriptions to 14 days (#2096)

SEPA in certain instances is taking 10+ days to go through.
This commit is contained in:
Vishnu Mohandas
2024-06-11 14:28:29 +05:30
committed by GitHub

View File

@@ -16,7 +16,7 @@ var ProviderToExpiryGracePeriodMap = map[ente.PaymentProvider]int64{
ente.AppStore: time.MicroSecondsInOneHour * 120, // 5 days
ente.Paypal: time.MicroSecondsInOneHour * 120,
ente.PlayStore: time.MicroSecondsInOneHour * 120,
ente.Stripe: time.MicroSecondsInOneHour * 120,
ente.Stripe: time.MicroSecondsInOneHour * 336, // 14 days
}
var CountriesInEU = []string{