so many fixes

This commit is contained in:
Dima yawaflua Andreev
2024-06-26 02:16:36 +03:00
parent 83ff36afd1
commit 6738ea72ce
4 changed files with 5 additions and 4 deletions

View File

@@ -2,10 +2,11 @@
using SPWorldsApi.Utils;
using System.Text.Json;
using System.Text.Json.Nodes;
using SPWorldsApi.Users;
namespace SPWorldsApi.Payments
{
public interface IPaymentWrapper
public class PaymentWrapper : UserWrapper
{
HttpClient.HttpRequest client { get; set; }