diff --git a/wallet/v1/msg.proto b/wallet/v1/msg.proto index f8f70c3..465a9d2 100644 --- a/wallet/v1/msg.proto +++ b/wallet/v1/msg.proto @@ -179,6 +179,7 @@ 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;