Skip to content

ConfirmationEmbedded has incorrect type #32

Open
@rtatarinov

Description

@rtatarinov

The current type is:

export interface ConfirmationEmbedded {
	/**
	 * Тип подтверждения — встроенная форма.
	 */
	type: ConfirmationTypesEnum.embedded

	/**
	 * Локализация, которая должна быть использована.
	 * Необязательное поле.
	 */
	locale?: LocaleEnum
}

But according the documentation it can return confirmation_token to render the yooMoney widget on the client site

  "confirmation": {
    "type": "embedded",
    "confirmation_token": "ct-24301ae5-000f-5000-9000-13f5f1c2f8e0"
  },

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions