From 8f1aa65f9913fbb52ded6b94cb48a513e5399004 Mon Sep 17 00:00:00 2001 From: nfel Date: Sun, 4 Aug 2024 13:40:35 +0330 Subject: [PATCH] Missing Field from User Form Submition --- wallet_message.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/wallet_message.proto b/wallet_message.proto index 10ea858..e7fa88b 100644 --- a/wallet_message.proto +++ b/wallet_message.proto @@ -141,6 +141,7 @@ message UserBNPLReq { string created_at = 3; string employee_id = 4; int64 company_id = 5; + authorization.InternalIAM iam = 6; float amount = 7; PaymentPeriodInfo payment_period = 8; bool has_agreed_contract = 9;