diff --git a/src/VirtoCommerce.Skyflow.XApi/Queries/SkyflowCardQueryHandler.cs b/src/VirtoCommerce.Skyflow.XApi/Queries/SkyflowCardQueryHandler.cs index b5e9a0f..4163d2e 100644 --- a/src/VirtoCommerce.Skyflow.XApi/Queries/SkyflowCardQueryHandler.cs +++ b/src/VirtoCommerce.Skyflow.XApi/Queries/SkyflowCardQueryHandler.cs @@ -1,8 +1,6 @@ -using Microsoft.IdentityModel.Tokens; -using VirtoCommerce.Xapi.Core.Infrastructure; -using VirtoCommerce.PaymentModule.Core.Services; -using VirtoCommerce.Platform.Core.Settings; +using VirtoCommerce.Platform.Core.Common; using VirtoCommerce.Skyflow.Core.Services; +using VirtoCommerce.Xapi.Core.Infrastructure; namespace VirtoCommerce.Skyflow.XApi.Queries;