Skip to content

Commit

Permalink
Merge pull request #501 from Adyen/feature/AD-390
Browse files Browse the repository at this point in the history
AD-390: Removing session from express payments
  • Loading branch information
kpieloch authored Jan 8, 2025
2 parents a80d63a + fc2cc4d commit 4f4845a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ class Payment extends React.Component<Props, State> {
hasHolderName: true,
holderNameRequired: this.props.adyenConfig.cardHolderNameRequired,
enableStoreDetails: this.props.adyenConfig.showRememberTheseDetails,
amount: this.props.adyenConfig.amount,
clickToPayConfiguration: {
merchantDisplayName: this.props.adyenConfig.merchantDisplayName,
shopperEmail: this.props.adyenConfig.shopperEmail,
Expand Down

0 comments on commit 4f4845a

Please sign in to comment.