From 9194906abfeff631a1cf8f417c307d046dfb7fef Mon Sep 17 00:00:00 2001 From: nfel Date: Sat, 10 Aug 2024 14:56:04 +0330 Subject: [PATCH] Added iam to cancle bnpl rpc --- wallet.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallet.proto b/wallet.proto index d879160..24e814f 100644 --- a/wallet.proto +++ b/wallet.proto @@ -33,5 +33,5 @@ service WalletService { rpc GetUserBNPLInfo(GetUserBNPLInfoReq) returns(UserBNPLResp); rpc SubmitBNPLForm(UserBNPLReq) returns(base.StatusRes); rpc UpdateBNPL(UserBNPLReq) returns(base.StatusRes); - rpc CancleBNPL(base.IdReq) returns(base.StatusRes); + rpc CancleBNPL(authorization_message.IdReqWithIAM) returns(base.StatusRes); }