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:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user