From f01928d7144fe6c0030af3abf64965b665a5310d Mon Sep 17 00:00:00 2001 From: Tom Madden Date: Wed, 23 Sep 2020 17:38:38 +0100 Subject: [PATCH] Added note about 3DSecure setting It won't be necessary to set this once an existing pull request is merged, however it will still be useful for anyone using the current version as of 23/09/20 SagePay itself has a default value of 0, however the existing code sets this to 2 which disables 3D Secure and leaves the site unprotected from chargebacks from fraudulent card use. --- docs/3.4.0/payment-providers/sage-pay/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/3.4.0/payment-providers/sage-pay/README.md b/docs/3.4.0/payment-providers/sage-pay/README.md index ad6589e..8a7bfa3 100644 --- a/docs/3.4.0/payment-providers/sage-pay/README.md +++ b/docs/3.4.0/payment-providers/sage-pay/README.md @@ -61,6 +61,10 @@ Sage Pay support a wide range of different settings which you can read more abou testMode Whether or not demo mode is enabled + + Apply3DSecure + This should be added and set to 0 to ensure 3D Secure is used when possible + ![sage-pay-4.png](/img/ba2a375-sage-pay-4.png)