Skip to content

Commit

Permalink
chore: update t-kassa OpenAPI to v1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Aug 2, 2024
1 parent 9e15325 commit ad1bc7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modern-openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -8016,7 +8016,7 @@
}
},
"PaymentId": {
"type": "string",
"type": "number",
"description": "Идентификатор операции",
"examples": {
"default": "1201206442"
Expand Down
2 changes: 1 addition & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -6899,7 +6899,7 @@
"example": "Запрос на отправку документа принят"
},
"PaymentId": {
"type": "string",
"type": "number",
"description": "Идентификатор операции",
"example": "1201206442"
}
Expand Down
2 changes: 1 addition & 1 deletion src/api-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5348,7 +5348,7 @@ export interface components {
* @description Идентификатор операции
* @example 1201206442
*/
PaymentId: string;
PaymentId: number;
};
/** Ответ на запрос (URL) */
response_by_url: {
Expand Down

0 comments on commit ad1bc7e

Please sign in to comment.