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(),