Skip to content
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

#26637: Fixing issue with Invalid customer id #28247

Closed

Conversation

srenon
Copy link
Member

@srenon srenon commented May 17, 2020

Description (*)

Invalid customer ID issue coming on the checkout while placing the order. This issue comes randomly for the customers who are logged in on the website. This issue is related to the customer quote, the table quote_address stays empty for this quote.

Related Pull Requests

Fixed Issues (if relevant)

  1. Fixes Invalid address id at check out #23618 : Invalid address id at check out

Manual testing scenarios (*)

  1. Disable guest checkout
  2. While still logged out, add an item to your cart (has this issue with downloadable product)
  3. Then click checkout
  4. On the log in screen. Log in with a customer that already has a save cart and billing info

Questions or comments

Contribution checklist (*)

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds are green)

@m2-assistant
Copy link

m2-assistant bot commented May 17, 2020

Hi @srenon. Thank you for your contribution
Here is some useful tips how you can test your changes using Magento test environment.
Add the comment under your pull request to deploy test or vanilla Magento instance:

  • @magento give me test instance - deploy test instance based on PR changes
  • @magento give me 2.4-develop instance - deploy vanilla Magento instance

❗ Automated tests can be triggered only manually with an appropriate comment:

  • @magento run all tests - run or re-run all required tests against the PR changes
  • @magento run <test-build(s)> - run or re-run specific test build(s). <test-build(s)> is a comma-separated list of build names. Allowed build names are Database Compare, Functional Tests CE, Functional Tests EE, Functional Tests B2B, Integration Tests, Magento Health Index, Sample Data Tests CE, Sample Data Tests EE, Sample Data Tests B2B, Static Tests, Unit Tests, WebAPI Tests.

ℹ️ Please run only needed test builds instead of all when developing. Please run all test builds before sending your PR for review.

For more details, please, review the Magento Contributor Guide documentation.

@sidolov sidolov added Priority: P3 May be fixed according to the position in the backlog. Severity: S3 Affects non-critical data or functionality and does not force users to employ a workaround. labels Aug 18, 2020
Copy link
Contributor

@ihor-sviziev ihor-sviziev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @srenon,
Could you do following?

app/code/Magento/Quote/Model/QuoteManagement.php Outdated Show resolved Hide resolved
@ihor-sviziev
Copy link
Contributor

@magento run all tests

@ghost ghost moved this from Pending Review to Changes Requested in Pull Requests Dashboard Oct 5, 2020
@ghost ghost assigned ihor-sviziev Oct 5, 2020
@ihor-sviziev ihor-sviziev added Auto-Tests: Not Covered Changes in Pull Request requires coverage by auto-tests Award: bug fix labels Oct 5, 2020
@ihor-sviziev
Copy link
Contributor

Seems like this PR also fixes #23908

@engcom-Hotel
Copy link
Contributor

@magento run all tests

@ghost ghost moved this from Changes Requested to Review in Progress in Pull Requests Dashboard Oct 19, 2020
@ghost ghost removed the Progress: needs update label Oct 19, 2020
@ihor-sviziev
Copy link
Contributor

@engcom-Hotel tests still failing, could you check it ?

@engcom-Hotel
Copy link
Contributor

@ihor-sviziev will check it.

@ihor-sviziev
Copy link
Contributor

@magento run all tests

Copy link
Contributor

@ihor-sviziev ihor-sviziev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moving to correct status. Tests should be adjusted.

@ghost ghost moved this from Review in Progress to Changes Requested in Pull Requests Dashboard Oct 21, 2020
@engcom-Hotel
Copy link
Contributor

Hello @srenon
Could you please provide more detailed steps to reproduce the issue?
Thank you.

@engcom-Hotel
Copy link
Contributor

@magento run all tests

@engcom-Hotel
Copy link
Contributor

Hello @srenon.
Please respond to my previous comment. Otherwise, PR could be closed due to inactivity.
Thank you.

@JKetelaar
Copy link

Still facing this issue, though with this PR it's fixed - so please do not close it...

@engcom-Hotel
Copy link
Contributor

@JKetelaar could you please provide detailed steps to reproduce the issue?
Thank you.

@engcom-Hotel
Copy link
Contributor

engcom-Hotel commented Nov 10, 2020

Hello @srenon,
Closing the PR due to inactivity.
Please feel free to reopen it.
Thanks.

@m2-assistant
Copy link

m2-assistant bot commented Nov 10, 2020

Hi @srenon, thank you for your contribution!
Please, complete Contribution Survey, it will take less than a minute.
Your feedback will help us to improve contribution process.

@groomershop-mt
Copy link

In our case this commits also don't fix problem at Magento 2.4.2.

@barryvdh
Copy link
Contributor

@groomershop-mt did you apply this patch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Auto-Tests: Not Covered Changes in Pull Request requires coverage by auto-tests Award: bug fix Component: Quote Priority: P3 May be fixed according to the position in the backlog. Release Line: 2.4 Severity: S3 Affects non-critical data or functionality and does not force users to employ a workaround.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid address id at check out
8 participants