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 {