thinhvo0108 / react-paypal-express-checkout

React component that renders Paypal's express check out button
MIT License
107 stars 71 forks source link

False Positives? #35

Open interpegasus opened 6 years ago

interpegasus commented 6 years ago

Some transactions (just a few) are processed as successful, but no related data appears in the paypal console.

The system successfully records the following data. But when searching on paypal the transaction is not there.

        email = paypalPayment.email;
        payer_id = paypalPayment.payerID;
        payment_id = paypalPayment.paymentID;

payer_id and payment_id are returned and recorded, but no data shows up in paypal.

Do you know what might cause the issue? Thank you!

Fl4v10 commented 5 years ago

@interpegasus Did you find out the solution?