chore: update identity status type to UserStatus #34

Open
mapoofano wants to merge 370 commits from chore-identity-user-status into main
Showing only changes of commit 0479fca6b5 - Show all commits
+1
View File
@@ -158,6 +158,7 @@ message UserBNPLReq {
optional PaymentPeriodInfo payment_period = 8; optional PaymentPeriodInfo payment_period = 8;
optional bool has_agreed_contract = 9; 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 { message PaymentPeriodInfo {