DYN-4145: apps/web: корректируем КПП и Адреса в методе OSAGO

This commit is contained in:
vchikalkin 2024-03-18 17:52:23 +03:00
parent 2fea400060
commit 907f288815
2 changed files with 4 additions and 6 deletions

View File

@ -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,

View File

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