From e3d705702cffbe337fb0ba4035025c7f00855b18 Mon Sep 17 00:00:00 2001 From: Chloe Herd Date: Wed, 7 Jan 2026 12:46:47 -0500 Subject: [PATCH] Add back environment setting per Adyen documentation. --- src/layouts/payment-adyen/payment-adyen.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layouts/payment-adyen/payment-adyen.vue b/src/layouts/payment-adyen/payment-adyen.vue index fffd56b21..b407f9d55 100644 --- a/src/layouts/payment-adyen/payment-adyen.vue +++ b/src/layouts/payment-adyen/payment-adyen.vue @@ -280,6 +280,7 @@ export default { value: this.adyenPriceTotal, currency: "USD", }, + environment: applicationConfig.ADYEN_ENVIRONMENT, countryCode: "US", // Only needed for test. This will be automatically retrieved when you are in production. blockPayPalVenmoButton: true, blockPayPalPayLaterButton: true,