Skip to content

Commit 0cbbd06

Browse files
authored
Merge pull request #95 from teacoder-team/dev
chore: add @xysed to contributors list
2 parents 73bf0a6 + b9d1366 commit 0cbbd06

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

packages/nestjs-yookassa/dist/modules/refund/interfaces/responses/refund.response.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ export interface Refund {
6868
* Идентификатор возврата.
6969
*/
7070
id: string;
71+
/**
72+
* Идентификатор платежа.
73+
*/
74+
payment_id: string;
7175
/**
7276
* Статус возврата.
7377
*/

packages/nestjs-yookassa/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-yookassa",
3-
"version": "2.3.5",
3+
"version": "2.3.6",
44
"description": "A NestJS library for integrating with YooKassa API",
55
"keywords": [
66
"nest",
@@ -28,6 +28,10 @@
2828
{
2929
"name": "Rogov Vladislav",
3030
"url": "https://github.com/Color-Kat"
31+
},
32+
{
33+
"name": "Dmitry",
34+
"url": "https://github.com/xysed"
3135
}
3236
],
3337
"main": "./dist/index.js",

0 commit comments

Comments
 (0)