From 5bb7c4a959ab8cf63b3fbf461e2364d3126d3ff6 Mon Sep 17 00:00:00 2001 From: Khwezi Mngoma Date: Wed, 3 Jun 2026 11:16:58 +0200 Subject: [PATCH 1/3] Upgraded quartz --- MidrandBooksApi/MidrandBooksApi.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MidrandBooksApi/MidrandBooksApi.csproj b/MidrandBooksApi/MidrandBooksApi.csproj index db53633..fdfcc9c 100644 --- a/MidrandBooksApi/MidrandBooksApi.csproj +++ b/MidrandBooksApi/MidrandBooksApi.csproj @@ -54,13 +54,13 @@ - + - + From 2d5614c50438eafd5779f41781494a020ef71798 Mon Sep 17 00:00:00 2001 From: Khwezi Mngoma Date: Wed, 3 Jun 2026 11:41:21 +0200 Subject: [PATCH 2/3] Updated nuget packages --- MidrandBooksApi/MidrandBooksApi.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MidrandBooksApi/MidrandBooksApi.csproj b/MidrandBooksApi/MidrandBooksApi.csproj index fdfcc9c..7d47989 100644 --- a/MidrandBooksApi/MidrandBooksApi.csproj +++ b/MidrandBooksApi/MidrandBooksApi.csproj @@ -54,13 +54,13 @@ - + - + From 17d2ac409b752ebc455b90899e0f5da3803ecdd0 Mon Sep 17 00:00:00 2001 From: Khwezi Mngoma Date: Wed, 3 Jun 2026 11:46:44 +0200 Subject: [PATCH 3/3] 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;