bad name for redeem bank info

This commit is contained in:
nfel 2024-09-09 16:07:38 +03:30
parent 4d4d4d8820
commit cb42f5f673
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -331,7 +331,7 @@ message SaleManualReq {
message RedeemTokenReq{
authorization.InternalIAM iam = 1;
int64 asset_id = 2;
uint64 account_id = 3;
uint64 bank_info_id = 3;
double amount = 4;
optional string tfa_code = 5;
}