project_e_commerce
project_e_commerce copied to clipboard
Error: The given data was invalid.
While trying to process a transaction on the checkout the above error is shown
How do i clean up after the useEffect because it is causing a memory leak in the application
While trying to process a transaction on the checkout the above error is shown
were you able to fix this? If you did, how did you go about it?
I had this same issue. Make sure that you haven't set 'Require Billing Address ' or 'Require Full Name' in your products page on Commerce.js.
How do i clean up after the useEffect because it is causing a memory leak in the application
Have you solved this issue? I am facing the same problem..
I had this same issue. Make sure that you haven't set 'Require Billing Address ' or 'Require Full Name' in your products page on Commerce.js.
I have the same problem and neither are required, yet it still doesn't work. Anyone come up with a different solution?
I had this same issue. Make sure that you haven't set 'Require Billing Address ' or 'Require Full Name' in your products page on Commerce.js.
I have the same problem and neither are required, yet it still doesn't work. Anyone come up with a different solution?
try viewing the log on commercejs
Hi, guys. I have the same issue with you. But I have solved the problem. Please check on orderData object on PaymentForm.jsx. make sure you write object attributes correctly.
I had the same problem. The issue was that I mixed up my Stripe and CommerceJs APIKeys. Make sure that when you enable Stripe you use both API keys from their interface.
I am getting a same error but when I look at the response. I get the following error:
Hi! Everyone who has had a problem with this. Are can see the pull request that I made. The Controller must be corrected because there were some modifications in the react-hook-form.
May I know what kind of react-hook-form modification is needed?
anybody end up figuring out a solution? none of these have worked for me