-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expected an order id to be passed #130
Comments
Hi Dearste, can you provide some more info about this issue. Where are you seeing the error? browser, api logs? |
I was having similar issue but right before that error is triggered, another error happens, saying 'The totals of the cart item amounts do not match order amounts.' which seems caused by Magento API returning the shipping price without tax. Not entirely sure how to fix it, a workaround I had was to change the module a bit and take the shipping price from platformTotals instead of segments in getters.getAmount
I am going to dig a bit deeper and see if I'm missing something else though. Related to this: magento/magento2#13392 |
Hi, @collymore, I have also got this error "Uncaught Error: Expected an order id to be passed" while trying to place an order using Paypal. Also when I am checking the API (setExpressCheckout) then I have got "The field Shipping Address1 is required" this error. This issue I am getting is only in the case of a virtual product in which no shipping address section is visible on checkout. So is there any solution available for this? |
Get this error, I think i have setup all in json config file.Any advice?
Error: Expected an order id to be passed
at https://www.sandbox.paypal.com/smart/buttons?style.label=paypal
The text was updated successfully, but these errors were encountered: