You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
В типизации объекта error, возвращаемого функцией createInvoice, видимо, неверно стипизировано поле error_description.
exportinterfacePaymentError{/** Код ответа */
error_code: PaymentReponseStatuses;/** Техническое описание кода ошибки / ответа */
error_description: string;/** Описание кода ошибки / ответа */
user_message: string;}
По факту error_description - массив объектов:
error_description: [{keyword: 'format',dataPath: '.requestData.reqBody.invoice.purchaser.email',schemaPath: '#/properties/requestData/properties/reqBody/properties/invoice/properties/purchaser/properties/email/format',params: [Object],message: 'should match format "email"'}],
The text was updated successfully, but these errors were encountered:
В типизации объекта error, возвращаемого функцией createInvoice, видимо, неверно стипизировано поле error_description.
По факту error_description - массив объектов:
The text was updated successfully, but these errors were encountered: