We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42cf5ff commit 68b9608Copy full SHA for 68b9608
packages/nestjs-yookassa/src/interfaces/confirmation.interface.ts
@@ -76,6 +76,12 @@ export interface ConfirmationEmbedded {
76
*/
77
type: ConfirmationTypesEnum.embedded
78
79
+ /**
80
+ * Токен для инициализации виджета на клиенте.
81
+ * Необязательное поле.
82
+ */
83
+ confirmation_token: string
84
+
85
/**
86
* Локализация, которая должна быть использована.
87
* Необязательное поле.
0 commit comments