From d4155c568d8576181d724c3069a9ae143bc7becc Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Tue, 2 Jun 2026 19:55:24 +0100 Subject: [PATCH] fix(ezy): use www.ezy.com.ua, correct real tariff ids (3120-3122, 3417-3420), hide non-payable --- src/lib/ezy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ezy.ts b/src/lib/ezy.ts index 385d173..4190c2a 100644 --- a/src/lib/ezy.ts +++ b/src/lib/ezy.ts @@ -1,7 +1,7 @@ import { z } from 'zod' import { logger } from '@/lib/logger' -const BASE_URL = 'https://ezy.com.ua' +const BASE_URL = 'https://www.ezy.com.ua' const EzyTariffSchema = z.object({ id: z.number(),