Awesome tutorial, works first try just from going at the same pace as you, so intuitive and you speak well and explain each and every step beautifully. thanks!
What library? I've added the code to my website with the 'test' and the paypal buttons show up. Buy when I add my client ID, nothing. This is a most confusing process. If the process would be shown WITHOUT all the descriptions - just the step-by-step process to follow, maybe it would work. I spent an hour on the phone with a paypal help rep and both of us came away confused with nothing working on my website.
I don't think so, at least that's not what they want. I took a glimpse at their design guidelines, and we should always have the paypal reference with their standard stuff. I guess anywhere you go and pay with paypal it stands out and is easy for the user to spot what it is. I was going to have 2 buttons, instead I just took the first button's functionality and added it to the onClick function (before resolve()) and ended up with only the paypal button. For functionality you could do the same, and regarding the UI you'd have to get one of the standard options they provide.
That's probably related to strict mode. I ended up removing react's strict mode, you end up having to write more and weird code to go pass that. At least I didn't find good ways for some of the problems I was having.
"Uncaught Error: Invalid hook call. Hooks can only be called inside of the body of a function component." The above error occurred in the component.... Any idea why I would be getting this error? Thanks
the best paypal react video I never seen
Awesome tutorial, works first try just from going at the same pace as you, so intuitive and you speak well and explain each and every step beautifully. thanks!
I was looking everywhere for this! Great work. Thanks a lot!
Is there a way to use Node-js to verify an orderId gotten from the client side response? Im looking everywhere but i cant find
Excelent, all I was searching for. Thank you.
This video was great! Thank you very much 🙏
This is great but how do you make this live and not sandbox?
Awesome video +++++++++++ best explanation on RUclips 🙂🙂🙂
thanks for this tutorial. really helpful
Thank you so much! It worked perfectly with React 18 (since react-paypal-button-v2 doesn't support it yet!)
excellent tutorial. thanks!!!!
At the beginning of the video, after setting up the business account, how do you "switch to developer"?
Incredible precise tutorial! Very helpful
Great explanation. Really liked it!
Excellent video. Absolutely helpfull!!
What library? I've added the code to my website with the 'test' and the paypal buttons show up. Buy when I add my client ID, nothing.
This is a most confusing process. If the process would be shown WITHOUT all the descriptions - just the step-by-step process to follow, maybe it would work.
I spent an hour on the phone with a paypal help rep and both of us came away confused with nothing working on my website.
Thank you so much ma'am ❤️😘😍💐🙏🏻🙇🏻♂️
Definitely worth it!!!
Very informative thanks
Amazing vid!!!
Amazing 👏🏼 I'm no expert but glad to see this video helped! 🤗
Thanku so much mam,we love you❤❤
Really helpful, thanks!
Exist any way to trigger the checkout without the user clicking on the button? I want to trigger it with my own button and not affect my current UI
I don't think so, at least that's not what they want. I took a glimpse at their design guidelines, and we should always have the paypal reference with their standard stuff. I guess anywhere you go and pay with paypal it stands out and is easy for the user to spot what it is.
I was going to have 2 buttons, instead I just took the first button's functionality and added it to the onClick function (before resolve()) and ended up with only the paypal button. For functionality you could do the same, and regarding the UI you'd have to get one of the standard options they provide.
Am I obliged to use a business PP account? Or is it possible to use a personal account?
Great content thanks.
nice one, how do i go live using the same library
Perfect One.
Good Job
alert in the video have 2 times, what i can resolve this to have 1 times?
🤔 That's a tricky question. For now, I'd suggest adding a conditional statement to check if the alert message is already being rendered.
That's probably related to strict mode. I ended up removing react's strict mode, you end up having to write more and weird code to go pass that. At least I didn't find good ways for some of the problems I was having.
"Uncaught Error: Invalid hook call. Hooks can only be called inside of the body of a function component." The above error occurred in the component.... Any idea why I would be getting this error? Thanks
if you have defined your App component as a class you need to set it as a state in componentDidMount instead.