v2: removed ref_id from gen token payload + user added in accouting

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-08-12 13:34:25 +03:30
parent c72c1adfd4
commit ba1d530984
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -675,10 +675,10 @@ message Accounting {
uint64 id = 1;
int64 user_id = 2;
int64 balance = 3;
auth.v1.User user = 4;
}
message IPGGenTokenPayload {
string ref_id = 1;
int64 amount = 2;
string payer_id = 3;
string mobile = 4;
@ -702,7 +702,8 @@ message IPGLog {
}
message IPGLogReq {
string ref_id = 1;
auth.v1.InternalIAM iam = 1;
string ref_id = 2;
}
message IPGConfirmRes {