Comment added

This commit is contained in:
nfel 2024-08-10 15:46:09 +03:30
parent a61ba518d7
commit 039ae2316f
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -154,6 +154,7 @@ message UserBNPLReq {
float amount = 7; float amount = 7;
PaymentPeriodInfo payment_period = 8; PaymentPeriodInfo payment_period = 8;
bool has_agreed_contract = 9; bool has_agreed_contract = 9;
optional int32 current_step = 10; //Can be useful for admin to change the current step
} }
message PaymentPeriodInfo { message PaymentPeriodInfo {