Search code examples
javascriptreactjspaypal

After integrating react-paypal-express-checkout into the react js app, two buttons are shown


Why PayPal button shows 2? How do I remove one? I tried but could not remove it. paypal button screenshot


Solution

  • react-paypal-express-checkout is not an official package and itself uses a deprecated integration, so the best solution is to instead use the current official @paypal/react-paypal-js.

    See the storybook examples there.