-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
V1/carts/mine/billing-address returning %fieldName is a required field. #7299
Comments
@alessandrozucca may I know what the resolution was? We seem to be having a similar issue: Request URL = V1/carts/mine/estimate-shipping-methods-by-address-id |
The issue wasn't resolved. My current company, did send it to Magento via the "partners portal", the project I was working on then got blocked for other reasons and I didn't follow up with the issue. If you are getting it too, then is definitely an issue that should be fixed. |
We're getting the same issue. Steps to reproduce.
No other JS errors are shown on the checkout. PHP 7.0.10 Quick update: |
I'm getting this error too, guest checkout is disabled and checking out as a registered user. but that returns Stacktrace This behaviour is intermittent too (deleting the item from the cart and readding sometimes also solves this) Any ideas? Thanks |
Any updates on this? |
{"message":"%fieldName is a required field.","parameters":{"fieldName":"cartId"},"trace":"#0 /home
|
i got this error when i place order on frontend also i checked sales order in admin order showing is in peding. mean order showing in admin but not working on frontend |
Hi i fixed this issue. Below is the fix for this issue.
File : \Magento\Webapi\Controller\Rest\ParamsOverrider plugin
|
Hi @panneerselvam-vit , So I modified the plugin like this:
Best regards. |
Hello, I had the same issue on stage server, it appeared unexpectedly when client was testing orders. |
@alessandrozucca, thank you for your report. |
Similar or identical github issues for this same error: All related, tried every solution on all pages and still have the issue, including @sydekumf solution here: Issue MAGETWO-84524 is tracking it to some degree and still isn't fixed in Magento 2.3 How is this the most popular ecommerce store in the US if it doesn't even have a functioning checkout. This happens for me using authnet directpost regardless of what I do, guest checkout, or new, using stored address, or not. Only the error message will change at times, but it's always one of the error messages given in the links above. Issue is as described, there is a quote_id in the quote table but it is not active. If I switch it manually to be active then it has duplicate foreign key when trying to replace the order. With active set to 0, get the cartId error. The only solution anyone seems to say works 100% is buying a 3rd part module to do authorize.net payments which seems absurd, as paypal also doesn't work, citing invoice id errors. |
Has anyone found the solution with this issue yet? I am using Magento 2..2.8 and I still have this problem |
Hi @GovindaSharma. Thank you for working on this issue.
|
#dmcdindia1 |
i am working on this |
Thank you for having people working on this. I am looking forward to the update of this version. Thank you again. |
Hi @gakonhd. Thank you for your request. I'm working on Magento 2.3-develop instance` to deploy test instance for you |
Hi @magento-engcom-team , thank you for the update. I wonder if the fix will be applied to 2.2.8 version as well ? |
I am also looking for a solution to be released for v2.2.8, is that currently in development as well? |
Also urgently needing help with this. What fixes it? |
This is what "fixed" it for me, just like a lot else broken in M2, if you want it to actually work you have to purchase a module, going m2 was a giant mistake. https://store.paradoxlabs.com/magento2-authorize-net-cim-payment-module.html |
Hello @alessandrozucca I am not able to reproduce this issue on a fresh Magento 2.4-develop Testing scenario:
Could you add detailed steps to reproduce this issue in your case? |
We are closing this issue due to inactivity. If you'd like to update it, please reopen the issue. |
Preconditions
Steps to reproduce
Note that this api endpoint is used by the module
ebizmarts/sagepaysuite
for the payment option SagePayActual result
Note that
cartId
is in the payload but the parameter validation fails.The text was updated successfully, but these errors were encountered: