From 79374f9fe784cc26d7f8c62f510a24a3c691f2cc Mon Sep 17 00:00:00 2001 From: nfel Date: Thu, 25 Jul 2024 12:17:35 +0330 Subject: [PATCH] field changes --- wallet_message.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wallet_message.proto b/wallet_message.proto index a0f30a2..0b3d22c 100644 --- a/wallet_message.proto +++ b/wallet_message.proto @@ -93,7 +93,7 @@ message BNPLPayments { int64 id = 1; double amount = 2; bool is_paied = 3; - string payment_date = 4; + string due_date = 4; string settlement_date = 5; } @@ -103,7 +103,7 @@ message UserBNPLResp { int32 current_step=3; optional float amount = 4; optional float payment_period = 5; - optional bool has_agreed_contract = 6; + optional bool accepted_terms = 6; repeated BNPLPayments payments = 7; optional string employee_id = 8; optional authorization.Company company = 10;