common: handle paddle billing errors

This commit is contained in:
Abdullah Atta
2025-10-01 12:00:01 +05:00
committed by Abdullah Atta
parent 7172510c9e
commit 3bb140aeb3
3 changed files with 12 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ namespace Streetwriters.Common.Interfaces
public interface IUserAccountService
{
[WampProcedure("co.streetwriters.identity.users.get_user")]
Task<UserModel> GetUserAsync(string clientId, string userId);
Task<UserModel?> GetUserAsync(string clientId, string userId);
[WampProcedure("co.streetwriters.identity.users.delete_user")]
Task DeleteUserAsync(string clientId, string userId, string password);
// [WampProcedure("co.streetwriters.identity.users.create_user")]