From bcdcb6bb21d98e9920cc51d78805a3ac95d8dfe0 Mon Sep 17 00:00:00 2001 From: nfel Date: Sat, 31 Aug 2024 10:28:11 +0330 Subject: [PATCH] Added possibility of adding bnpl to comapny --- authorization_message.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/authorization_message.proto b/authorization_message.proto index 9907118..1ee1d15 100644 --- a/authorization_message.proto +++ b/authorization_message.proto @@ -103,6 +103,7 @@ message Company { string name = 2; string name_fa = 3; string location = 4; + bool can_provide_bnpl = 5; } message Identity {