added asset_id in userBNPL Form
This commit is contained in:
parent
930dc67791
commit
0479fca6b5
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user