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;