From faf2cb2fba436193deffbfd1da556540198e66d7 Mon Sep 17 00:00:00 2001
From: PJaneta
Date: Thu, 19 Sep 2024 11:28:02 +0200
Subject: [PATCH] AD-294 Implement Multiple Small Improvements in v12 Adyen
Integration Modules - moved localization messages
---
.../web/webroot/WEB-INF/messages/base_en.properties | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/adyencheckoutaddonapi/acceleratoraddon/web/webroot/WEB-INF/messages/base_en.properties b/adyencheckoutaddonapi/acceleratoraddon/web/webroot/WEB-INF/messages/base_en.properties
index e70ef5cc..61f47c93 100644
--- a/adyencheckoutaddonapi/acceleratoraddon/web/webroot/WEB-INF/messages/base_en.properties
+++ b/adyencheckoutaddonapi/acceleratoraddon/web/webroot/WEB-INF/messages/base_en.properties
@@ -18,3 +18,12 @@ checkout.error.authorization.payment.pending=Your payment is being processed
checkout.error.default=Sorry, there was a problem, please try again later
+checkout.error.authorization.transaction.not.permitted=The transaction is not permitted.
+checkout.error.authorization.cvc.declined=The payment is REFUSED. Please check your Card details.
+checkout.error.authorization.restricted.card=The card is restricted.
+checkout.error.authorization.payment.detail.not.found=The payment is REFUSED because the saved card is removed. Please try an other payment method.
+checkout.error.authorization.payment.refused=The payment is REFUSED.
+checkout.error.authorization.pos.configuration=Error reaching POS terminal. Check the terminal connection/configuration and try again.
+checkout.error.authorization.failed=There was an internal technical error, please choose any other payment method to place your order. If the error persist, please contact us.
+
+