Skip to content

Commit

Permalink
[ECP-9382-v3] Make cardholder name required
Browse files Browse the repository at this point in the history
  • Loading branch information
Can Demiralp committed Aug 2, 2024
1 parent 481a1cc commit 8512168
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export default class ConfirmOrderPlugin extends Plugin {
paymentMethodsConfiguration: {
card: {
hasHolderName: true,
holderNameRequired: true,
clickToPayConfiguration: {
merchantDisplayName: merchantAccount,
shopperEmail: shopperDetails.shopperEmail
Expand Down

0 comments on commit 8512168

Please sign in to comment.