From 31725549a3ef2253267b9a9144d4bdc208db5ba7 Mon Sep 17 00:00:00 2001 From: Basil Kotov Date: Tue, 15 Oct 2024 14:38:48 +0100 Subject: [PATCH] use the correct method to check string --- .../Queries/SkyflowCardQueryHandler.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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;