From 907f288815775cf29e3cc6872eefc905ba2982a1 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Mon, 18 Mar 2024 17:52:23 +0300 Subject: [PATCH] =?UTF-8?q?DYN-4145:=20apps/web:=20=D0=BA=D0=BE=D1=80?= =?UTF-8?q?=D1=80=D0=B5=D0=BA=D1=82=D0=B8=D1=80=D1=83=D0=B5=D0=BC=20=D0=9A?= =?UTF-8?q?=D0=9F=D0=9F=20=D0=B8=20=D0=90=D0=B4=D1=80=D0=B5=D1=81=D0=B0=20?= =?UTF-8?q?=D0=B2=20=D0=BC=D0=B5=D1=82=D0=BE=D0=B4=D0=B5=20OSAGO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Components/Calculation/Form/ELT/lib/make-request.ts | 8 ++++---- apps/web/config/schema/elt.ts | 2 -- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/apps/web/Components/Calculation/Form/ELT/lib/make-request.ts b/apps/web/Components/Calculation/Form/ELT/lib/make-request.ts index 68f673c..f5fb211 100644 --- a/apps/web/Components/Calculation/Form/ELT/lib/make-request.ts +++ b/apps/web/Components/Calculation/Form/ELT/lib/make-request.ts @@ -194,11 +194,11 @@ export async function makeEltOsagoRequest( country: 'Россия', - flat: '337', - house: '8', + house: '52', + korpus: '5', region: 'Москва', resident: 1, - street: 'ул. Котляковская', + street: 'Космодамианская наб', }; const owner = { @@ -206,7 +206,7 @@ export async function makeEltOsagoRequest( email: 'client@evoleasing.ru', factAddress: address, inn: '9724016636', - kpp: '772401001', + kpp: '770501001', ogrn: '1207700245037', opf: 1, opfSpecified: true, diff --git a/apps/web/config/schema/elt.ts b/apps/web/config/schema/elt.ts index fdbe589..0f2f410 100644 --- a/apps/web/config/schema/elt.ts +++ b/apps/web/config/schema/elt.ts @@ -215,7 +215,6 @@ export const RequestEltOsagoSchema = z.object({ city: z.string(), cityKladr: z.string(), country: z.string(), - flat: z.string(), house: z.string(), region: z.string(), resident: z.number(), @@ -231,7 +230,6 @@ export const RequestEltOsagoSchema = z.object({ city: z.string(), cityKladr: z.string(), country: z.string(), - flat: z.string(), house: z.string(), region: z.string(), resident: z.number(),