Fix. Rename QR code request to match swag method name (#515)

This commit is contained in:
a.romanov 2019-11-15 14:20:25 +03:00 committed by GitHub
parent 0dc5fccb3c
commit 3152dd4145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ struct CryptoCurrencyTransferRequest {
2: required CryptoCash crypto_cash
}
struct QrCodeShowRequest {
struct QrCodeDisplayRequest {
1: required QrCode qr_code
}
@ -90,5 +90,5 @@ union UserInteraction {
/**
* Запрос на отображение пользователю QR-кода
*/
4: QrCodeShowRequest qr_code_show_request
4: QrCodeDisplayRequest qr_code_display_request
}