We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73bf0a6 + b9d1366 commit 0cbbd06Copy full SHA for 0cbbd06
2 files changed
packages/nestjs-yookassa/dist/modules/refund/interfaces/responses/refund.response.d.ts
@@ -68,6 +68,10 @@ export interface Refund {
68
* Идентификатор возврата.
69
*/
70
id: string;
71
+ /**
72
+ * Идентификатор платежа.
73
+ */
74
+ payment_id: string;
75
/**
76
* Статус возврата.
77
packages/nestjs-yookassa/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nestjs-yookassa",
3
- "version": "2.3.5",
+ "version": "2.3.6",
4
"description": "A NestJS library for integrating with YooKassa API",
5
"keywords": [
6
"nest",
@@ -28,6 +28,10 @@
28
29
"name": "Rogov Vladislav",
30
"url": "https://github.com/Color-Kat"
31
+ },
32
+ {
33
+ "name": "Dmitry",
34
+ "url": "https://github.com/xysed"
35
}
36
],
37
"main": "./dist/index.js",
0 commit comments