Skip to content

Commit

Permalink
Update Payment.tsx
Browse files Browse the repository at this point in the history
Fix for ts-ignore
  • Loading branch information
kpieloch authored Dec 11, 2024
1 parent d20bcdc commit bc0e592
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ class Payment extends React.Component<Props, State> {
this.dropIn = new Dropin(adyenCheckout, {
paymentMethodsConfiguration: {
card: this.getAdyenCardConfig(),
// @ts-ignore
boletobancario: {
// @ts-ignore
personalDetailsRequired: true,
Expand Down Expand Up @@ -344,4 +343,4 @@ function mapStateToProps(state: AppState): StoreProps {
}
}

export default connect(mapStateToProps, mapDispatchToProps)(Payment)
export default connect(mapStateToProps, mapDispatchToProps)(Payment)

0 comments on commit bc0e592

Please sign in to comment.