From 0479fca6b56a0d00ed886ebbe119abeb16bc1bd6 Mon Sep 17 00:00:00 2001 From: nfel Date: Mon, 12 Aug 2024 10:49:33 +0330 Subject: [PATCH] added asset_id in userBNPL Form --- wallet_message.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wallet_message.proto b/wallet_message.proto index e597636..d1ac222 100644 --- a/wallet_message.proto +++ b/wallet_message.proto @@ -157,7 +157,8 @@ message UserBNPLReq { optional float amount = 7; optional PaymentPeriodInfo payment_period = 8; optional bool has_agreed_contract = 9; - optional int32 current_step = 10; //Can be useful for admin to change the current step + optional int32 current_step = 10; //Can be useful for admin to change the current step + optional int64 asset_id = 11; } message PaymentPeriodInfo {