diff --git a/JobFlow.API/JobFlow.API.csproj b/JobFlow.API/JobFlow.API.csproj
index 33b825b..d0b3a83 100644
--- a/JobFlow.API/JobFlow.API.csproj
+++ b/JobFlow.API/JobFlow.API.csproj
@@ -33,7 +33,7 @@
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
diff --git a/JobFlow.Business/JobFlow.Business.csproj b/JobFlow.Business/JobFlow.Business.csproj
index 018eab0..cb643be 100644
--- a/JobFlow.Business/JobFlow.Business.csproj
+++ b/JobFlow.Business/JobFlow.Business.csproj
@@ -17,7 +17,7 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
diff --git a/JobFlow.Infrastructure/JobFlow.Infrastructure.csproj b/JobFlow.Infrastructure/JobFlow.Infrastructure.csproj
index 02e547d..0c73cb1 100644
--- a/JobFlow.Infrastructure/JobFlow.Infrastructure.csproj
+++ b/JobFlow.Infrastructure/JobFlow.Infrastructure.csproj
@@ -21,7 +21,7 @@
-
+
diff --git a/JobFlow.Infrastructure/PaymentGateways/Square/SquarePaymentProcessor.cs b/JobFlow.Infrastructure/PaymentGateways/Square/SquarePaymentProcessor.cs
index 92bac10..f01b528 100644
--- a/JobFlow.Infrastructure/PaymentGateways/Square/SquarePaymentProcessor.cs
+++ b/JobFlow.Infrastructure/PaymentGateways/Square/SquarePaymentProcessor.cs
@@ -4,7 +4,7 @@
using JobFlow.Infrastructure.ExternalServices.ConfigurationInterfaces;
using System.Net.Http.Json;
using Square;
-using Square.Checkout.PaymentLinks;
+using Square.Checkout_;
namespace JobFlow.Infrastructure.PaymentGateways.SquarePayment;