Skip to content

Commit c04796d

Browse files
committed
Extended ConfirmationEmbedded interface
closes #32
1 parent 42cf5ff commit c04796d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/nestjs-yookassa/src/interfaces/confirmation.interface.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ export interface ConfirmationEmbedded {
7676
*/
7777
type: ConfirmationTypesEnum.embedded
7878

79+
/**
80+
* Токен для инициализации виджета на клиенте.
81+
*/
82+
confirmation_token: string
83+
7984
/**
8085
* Локализация, которая должна быть использована.
8186
* Необязательное поле.

0 commit comments

Comments
 (0)