Luehang / react-paypal-button-v2

An easy and simple to use React button component to implement PayPal Checkout with Smart Payment Buttons V2 (Version 2).
https://luehangs.site/lue_hang/projects/react-paypal-button-v2
MIT License
273 stars 81 forks source link

fix window present precondition #77

Open fschindler opened 4 years ago

fschindler commented 4 years ago

Probably we should return null if the PayPal OR window isn't present/ready.

Otherwise we could get a Cannot read property '...' of undefined Error in line 183.