diff --git a/.changeset/young-dragons-thank.md b/.changeset/young-dragons-thank.md new file mode 100644 index 0000000000..5ffa8f992a --- /dev/null +++ b/.changeset/young-dragons-thank.md @@ -0,0 +1,5 @@ +--- +'@adyen/adyen-web': patch +--- + +Hide the default ACH holder name contextual text. diff --git a/packages/lib/src/components/Ach/components/AchInput/defaultProps.ts b/packages/lib/src/components/Ach/components/AchInput/defaultProps.ts index 58e6702d9b..9ffc48f6a6 100644 --- a/packages/lib/src/components/Ach/components/AchInput/defaultProps.ts +++ b/packages/lib/src/components/Ach/components/AchInput/defaultProps.ts @@ -6,7 +6,7 @@ export default { holderNameRequired: true, billingAddressRequired: true, billingAddressAllowedCountries: ['US', 'PR'], - showContextualElement: true, + showContextualElement: false, // Events onLoad: () => {},