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 c04796dCopy full SHA for c04796d
packages/nestjs-yookassa/src/interfaces/confirmation.interface.ts
@@ -76,6 +76,11 @@ export interface ConfirmationEmbedded {
76
*/
77
type: ConfirmationTypesEnum.embedded
78
79
+ /**
80
+ * Токен для инициализации виджета на клиенте.
81
+ */
82
+ confirmation_token: string
83
+
84
/**
85
* Локализация, которая должна быть использована.
86
* Необязательное поле.
0 commit comments