Skip to content

Commit b22744f

Browse files
authored
fix(ach): hide the holder name contextual text (#3008)
1 parent 54f1116 commit b22744f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/young-dragons-thank.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@adyen/adyen-web': patch
3+
---
4+
5+
Hide the default ACH holder name contextual text.

packages/lib/src/components/Ach/components/AchInput/defaultProps.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
holderNameRequired: true,
77
billingAddressRequired: true,
88
billingAddressAllowedCountries: ['US', 'PR'],
9-
showContextualElement: true,
9+
showContextualElement: false,
1010

1111
// Events
1212
onLoad: () => {},

0 commit comments

Comments
 (0)