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