Alexey Kucherenko
Results
32
issues of
Alexey Kucherenko
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
Hi, [here](https://github.com/jfkz/tinkoff-payment-sdk/blob/d54630d923755f063873563fbea2d20e46fea87e/src/api-client/requests/get-card-list.ts#L58) it's described as: ```ts export type GetCardListResponsePayload = BaseResponsePayload & ICardInfo[]; ``` but in the reality the response is described as: ``` export type GetCardListResponsePayload = BaseResponsePayload |...
bug