From 5edff5e272d32eb64c21534b4fa8ff3b8dc9e28f Mon Sep 17 00:00:00 2001 From: Khwezi Mngoma Date: Fri, 12 Jun 2026 23:19:40 +0200 Subject: [PATCH] Refactored GenerateSignature --- .../CustomerServiceFeatureTests.cs | 14 +++----------- .../Payments/PayfastService.cs | 10 ++++++---- 2 files changed, 9 insertions(+), 15 deletions(-) diff --git a/LiteCharms.Features.MidrandBooks.Tests/CustomerServiceFeatureTests.cs b/LiteCharms.Features.MidrandBooks.Tests/CustomerServiceFeatureTests.cs index 3e30c77..f102a78 100644 --- a/LiteCharms.Features.MidrandBooks.Tests/CustomerServiceFeatureTests.cs +++ b/LiteCharms.Features.MidrandBooks.Tests/CustomerServiceFeatureTests.cs @@ -11,20 +11,12 @@ public class CustomerServiceFeatureTests(Fixture fixture) : IClassFixture m.Value.ToLowerInvariant()); @@ -167,13 +170,12 @@ public sealed partial class PayfastService(IDbContextFactory m.Value.ToLowerInvariant()); getString += $"&passphrase={safePassphrase}"; } return HashService.ToMd5Hash(getString); - } + } }