refactor: remove admin user id from manual payment command
All checks were successful
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 2m13s

This commit is contained in:
masoodafar-web
2025-12-12 10:22:09 +03:30
parent 094846ce8b
commit 2ae6034fbb
5 changed files with 58 additions and 64 deletions

View File

@@ -141,7 +141,6 @@ message ProcessManualMembershipPaymentRequest
int64 amount = 2;
string reference_number = 3;
google.protobuf.StringValue description = 4;
int64 admin_user_id = 5;
}
message ProcessManualMembershipPaymentResponse