Skip to content

Commit

Permalink
AD-390: Removing session from express payments
Browse files Browse the repository at this point in the history
  • Loading branch information
kpieloch committed Jan 8, 2025
1 parent 31a2a79 commit fc2cc4d
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 fc2cc4d

Please sign in to comment.