From 17d2ac409b752ebc455b90899e0f5da3803ecdd0 Mon Sep 17 00:00:00 2001 From: Khwezi Mngoma Date: Wed, 3 Jun 2026 11:46:44 +0200 Subject: [PATCH] Fixed namespacing --- MidrandBooksApi/Payments/Endpoints/ConfirmationEndpoint.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/MidrandBooksApi/Payments/Endpoints/ConfirmationEndpoint.cs b/MidrandBooksApi/Payments/Endpoints/ConfirmationEndpoint.cs index c83540f..379a3aa 100644 --- a/MidrandBooksApi/Payments/Endpoints/ConfirmationEndpoint.cs +++ b/MidrandBooksApi/Payments/Endpoints/ConfirmationEndpoint.cs @@ -4,7 +4,6 @@ using LiteCharms.Features.Extensions; using LiteCharms.Features.MidrandBooks.Payments; using LiteCharms.Features.MidrandBooks.Payments.Events; using LiteCharms.Features.MidrandBooks.Payments.Models; -using LiteCharms.Features.Quartz.Abstractions; using static LiteCharms.Features.Extensions.Api; namespace MidrandBooksApi.Payments.Endpoints;