Add back environment setting per Adyen documentation.

This commit is contained in:
Chloe Herd 2026-01-07 12:46:47 -05:00
parent f02751ad6f
commit e3d705702c

View file

@ -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,