-
Notifications
You must be signed in to change notification settings - Fork 51
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
fix(woocommerce): fix order-pay page when using woocommerce-membershi… #2923
Conversation
…ps-for-teams plugin
23aed73
to
36093d9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not able to reproduce the issue on release
branch locally.
Here is a pending order for my monthly donation product:
And the associated membership:
And finally when I open the Customer payment page
link while logged in as the customer, I am redirected to checkout with no errors:
Is there a missing step to reproduce?
Yes! Sorry for that. I've updated the description (added step 2). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! Thanks @adekbadek 🙌
I'm able to reproduce now and can confirm the fix. I'm gonna go ahead and approve since there is a publisher waiting for it, but I'm wondering if this should be submitted as a fix in the memberships for teams repo? At least it seems like the issue is self contained within that plugin.
It's closed-source, might be worth reaching out via some channel though. |
## [3.0.4](v3.0.3...v3.0.4) (2024-02-15) ### Bug Fixes * **woocommerce:** fix order-pay page when using woocommerce-memberships-for-teams plugin ([#2923](#2923)) ([e87e2dc](e87e2dc))
🎉 This PR is included in version 3.0.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
# [3.1.0-alpha.5](v3.1.0-alpha.4...v3.1.0-alpha.5) (2024-02-20) ### Bug Fixes * **perfmatters:** use ignore-defaults constant when applying unused CSS ([#2863](#2863)) ([6d52be3](6d52be3)) * **woocommerce:** fix order-pay page when using woocommerce-memberships-for-teams plugin ([#2923](#2923)) ([e87e2dc](e87e2dc))
🎉 This PR is included in version 3.1.0-alpha.5 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
All Submissions:
Changes proposed in this Pull Request:
Fixes an issue with the
woocommerce-memberships-for-teams
plugin when attempting to complete a pending-payment order.See 1200550061930446-as-1206314181096660
How to test the changes in this Pull Request:
woocommerce-memberships-for-teams
on top of regular Newspack & Woo setuprelease
-> observe the cart is emptied and you cannot pay for the order* you won't be able to actually pay because of the manual setting of 'pending payment' status
Other information: