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 4be296ee58 - Show all commits
+1 -1
View File
@@ -148,7 +148,7 @@ message UserBNPLReq {
} }
message PaymentPeriodInfo { message PaymentPeriodInfo {
uint64 id = 1; uint64 id = 1;
string period = 2; uint64 period = 2;
bool enabled = 3; bool enabled = 3;
} }
message BNPLInfo { message BNPLInfo {