Add back environment setting per Adyen documentation.
This commit is contained in:
parent
f02751ad6f
commit
e3d705702c
1 changed files with 1 additions and 0 deletions
|
|
@ -280,6 +280,7 @@ export default {
|
||||||
value: this.adyenPriceTotal,
|
value: this.adyenPriceTotal,
|
||||||
currency: "USD",
|
currency: "USD",
|
||||||
},
|
},
|
||||||
|
environment: applicationConfig.ADYEN_ENVIRONMENT,
|
||||||
countryCode: "US", // Only needed for test. This will be automatically retrieved when you are in production.
|
countryCode: "US", // Only needed for test. This will be automatically retrieved when you are in production.
|
||||||
blockPayPalVenmoButton: true,
|
blockPayPalVenmoButton: true,
|
||||||
blockPayPalPayLaterButton: true,
|
blockPayPalPayLaterButton: true,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue