diff --git a/wallet/v1/internal_srv.proto b/wallet/v1/internal_srv.proto index 91c88ef..d890e42 100644 --- a/wallet/v1/internal_srv.proto +++ b/wallet/v1/internal_srv.proto @@ -17,4 +17,7 @@ service InternalWalletSrv { // Calculate stellar pub-priv key based on national id rpc GetPublicKeyByNationalID(NationalIDReq) returns (PubKeyRes); + + // Commission Logs + rpc InitReferrerCommissionLog(InitReferrerCommissionLogIn) returns (base.v1.Empty); } diff --git a/wallet/v1/srv.proto b/wallet/v1/srv.proto index a88d5cc..32e1d2f 100644 --- a/wallet/v1/srv.proto +++ b/wallet/v1/srv.proto @@ -26,7 +26,6 @@ service WalletService { // Commission Logs rpc GetReferrerCommissionLogsList(auth.v1.InternalIAM) returns (ReferrerCommissionLogsList); - rpc InitReferrerCommissionLog(InitReferrerCommissionLogIn) returns (base.v1.Empty); // Get Token from IPG is and internal api rpc IPGGetToken(IPGGetTokenReq) returns (IPGGetTokenRes);