fix(ezy): use www.ezy.com.ua, correct real tariff ids (3120-3122, 3417-3420), hide non-payable
This commit is contained in:
parent
e077b67134
commit
d4155c568d
1 changed files with 1 additions and 1 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue