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 3555d27c03 - Show all commits
+8 -1
View File
@@ -559,12 +559,19 @@ message EffectiveCommission {
double total = 3;
}
message RefundCommissionReq {
auth.v1.UserIdentityBasic user = 3;
uint64 commission_log_id = 1;
}
message CommissionReq {
uint64 commission_id = 1;
double amount = 2;
auth.v1.UserIdentityBasic user = 3;
}
message CommissionRes {}
message CommissionRes {
uint64 commission_log_id = 1;
}
/*
* IPG - Internet Payment Gateway