From 9b3e889d89f464d575b5b7b999e4e141a4536726 Mon Sep 17 00:00:00 2001 From: Khwezi Mngoma Date: Wed, 3 Jun 2026 11:53:31 +0200 Subject: [PATCH] Upgraded quartz --- MidrandBookshop/MidrandBookshop.csproj | 4 ++-- MidrandBookshop/Program.cs | 1 + midrandbooks-uat.yml | 7 +++++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/MidrandBookshop/MidrandBookshop.csproj b/MidrandBookshop/MidrandBookshop.csproj index b491f1b..c51dc1b 100644 --- a/MidrandBookshop/MidrandBookshop.csproj +++ b/MidrandBookshop/MidrandBookshop.csproj @@ -18,13 +18,13 @@ - + - + diff --git a/MidrandBookshop/Program.cs b/MidrandBookshop/Program.cs index 2df04c5..2308885 100644 --- a/MidrandBookshop/Program.cs +++ b/MidrandBookshop/Program.cs @@ -22,6 +22,7 @@ builder.Services.AddQuartzSchedulerClient(MidrandShopSchedulerName, builder.Conf builder.Services.AddEmailServices(builder.Configuration); builder.Services.AddEmailServiceBus(); +builder.Services.AddHttpClient(); builder.Services.AddShopServices(); builder.Services.AddHashServices(builder.Configuration); builder.Services.AddMidrandShopDatabase(builder.Configuration); diff --git a/midrandbooks-uat.yml b/midrandbooks-uat.yml index 75b34da..34bba68 100644 --- a/midrandbooks-uat.yml +++ b/midrandbooks-uat.yml @@ -19,6 +19,13 @@ data: BookshopS3Settings__Region: "garage" BookshopS3Settings__BucketName: "bookshop" BookshopS3Settings__CdnBaseUrl: "https://bookshop.cdn.khongisa.co.za" + ValidPayfastHosts__0: "www.payfast.co.za" + ValidPayfastHosts__1: "sandbox.payfast.co.za" + ValidPayfastHosts__2: "w1w.payfast.co.za" + ValidPayfastHosts__3: "w2w.payfast.co.za" + ValidPayfastHosts__4: "ips.payfast.co.za" + ValidPayfastHosts__5: "api.payfast.co.za" + ValidPayfastHosts__6: "payment.payfast.io" --- apiVersion: v1 kind: Secret