From 5972f8906bb378357fbef29af1a4653a67320b89 Mon Sep 17 00:00:00 2001 From: Khwezi Mngoma Date: Sat, 13 Jun 2026 12:11:44 +0200 Subject: [PATCH] Refactored valid payfast host list --- midrandbooksapi-uat.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/midrandbooksapi-uat.yml b/midrandbooksapi-uat.yml index 57da150..f56f389 100644 --- a/midrandbooksapi-uat.yml +++ b/midrandbooksapi-uat.yml @@ -22,11 +22,9 @@ data: PayfastSettings__CheckoutUrl: "https://sandbox.payfast.co.za/eng/process" PayfastSettings__ValidHosts__0: "www.payfast.co.za" PayfastSettings__ValidHosts__1: "sandbox.payfast.co.za" - PayfastSettings__ValidHosts__2: "w1w.payfast.co.za" - PayfastSettings__ValidHosts__3: "w2w.payfast.co.za" - PayfastSettings__ValidHosts__4: "ips.payfast.co.za" - PayfastSettings__ValidHosts__5: "api.payfast.co.za" - PayfastSettings__ValidHosts__6: "payment.payfast.io" + PayfastSettings__ValidHosts__2: "ips.payfast.co.za" + PayfastSettings__ValidHosts__3: "api.payfast.co.za" + PayfastSettings__ValidHosts__4: "payment.payfast.io" LiteCharmsSettings__Authority: "https://sts.security.khongisa.co.za" LiteCharmsSettings__Audience: "midrandbooks-api" --- -- 2.47.3