refactor(upgrade-dialog): disable global reduction (#719)

This commit is contained in:
Corentin Thomasset
2026-01-01 01:26:56 +01:00
committed by GitHub
parent 8d70a7b3c3
commit 16e33b827c

View File

@@ -11,9 +11,8 @@ import { getCheckoutUrl } from '../subscriptions.services';
// Hardcoded global reduction configuration, will be replaced by a dynamic configuration later
const globalReduction = {
enabled: true,
multiplier: 0.5,
// 31 december 2025 23h59 Paris time
enabled: false,
multiplier: 1,
untilDate: new Date('2025-12-31T22:59:59Z'),
};