event-tickets icon indicating copy to clipboard operation
event-tickets copied to clipboard

[ET-2082] Stripe Payment Methods stuck in pending status

Open redscar opened this issue 2 months ago • 0 comments

🎫 Ticket

ET-2082

🗒️ Description

I added an additional check to see if the order is in Pending. If it is then ignore race condition check that we added previously. I added logic because with certain payment methods the orders were indefinitely stuck in Pending. I narrowed it down to the race condition check we added earlier this year.

🎥 Artifacts

ET-2082.webm

✔️ Checklist

  • [ ] Changelog entry in the readme.txt file.
  • [ ] Code is covered by NEW wpunit or integration tests.
  • [ ] Code is covered by EXISTING wpunit or integration tests.
  • [ ] Are all the required tests passing?
  • [ ] Automated code review comments are addressed.
  • [ ] Have you added Artifacts?
  • [ ] Check the base branch for your PR.
  • [ ] Add your PR to the project board for the release.

redscar avatar Apr 30 '24 15:04 redscar