From dd0c898404962821bd7140487bea3198257019aa Mon Sep 17 00:00:00 2001 From: nfel Date: Mon, 16 Dec 2024 15:53:09 +0330 Subject: [PATCH] wallet: /#14 :) Signed-off-by: nfel --- wallet/v1/msg.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallet/v1/msg.proto b/wallet/v1/msg.proto index 465a9d2..8c7752c 100644 --- a/wallet/v1/msg.proto +++ b/wallet/v1/msg.proto @@ -145,6 +145,7 @@ message UserBNPLResp { optional string updated_at = 12; optional string created_at = 13; Asset selected_asset = 14; + optional string rejection_reason = 15; } message UserBNPLReq { @@ -179,7 +180,6 @@ message BNPLInfo { string updated_at = 12; string created_at = 13; string expires_at = 14; - optional string rejection_reason = 15; } message BNPLList { repeated BNPLInfo list = 1;