v2: removed ref_id from gen token payload + user added in accouting
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
parent
c72c1adfd4
commit
ba1d530984
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user