Skip to content

Commit

Permalink
fix(ach): hide the holder name contextual text (#3008)
Browse files Browse the repository at this point in the history
  • Loading branch information
longyulongyu authored Dec 9, 2024
1 parent 54f1116 commit b22744f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/young-dragons-thank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@adyen/adyen-web': patch
---

Hide the default ACH holder name contextual text.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
holderNameRequired: true,
billingAddressRequired: true,
billingAddressAllowedCountries: ['US', 'PR'],
showContextualElement: true,
showContextualElement: false,

// Events
onLoad: () => {},
Expand Down

0 comments on commit b22744f

Please sign in to comment.