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

Time:08-21

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

CodePudding user response:

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.

  • Related