From a61ba518d79de4c3add8281f8451b24d4a57864f Mon Sep 17 00:00:00 2001 From: nfel Date: Sat, 10 Aug 2024 14:56:46 +0330 Subject: [PATCH] typo --- wallet.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallet.proto b/wallet.proto index 24e814f..bc87386 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(authorization_message.IdReqWithIAM) returns(base.StatusRes); + rpc CancleBNPL(authorization.IdReqWithIAM) returns(base.StatusRes); }