-
Notifications
You must be signed in to change notification settings - Fork 10
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 deprecated PHP error in WooCommerce Square plugin #304
base: trunk
Are you sure you want to change the base?
Conversation
QA Update: ❌While testing, I noticed the following PHP Deprecated errors. Could you please check from your end? Please take a look at the attached video for reference. Screen.Recording.2025-03-18.at.2.50.17.PM.1.mov
Testing Environment
|
Thanks, @qasumitbagthariya, for testing. I reviewed the new PHP deprecations you listed in #304 (comment) and found that all of them are related to the WooCommerce order class properties. @dkotter, do we need a separate issue to track this, or can we address it in the same PR? |
I believe those deprecation notices are the same that are already reported here: #219 We've already taken a couple approaches to solving that (see #20 and #222) and we ended up closing both of those PRs due to feedback from the Woo team. Ultimately we decided to not make any changes for now. So if these deprecation notices are the same as previously reported, we don't need to solve those here and unless something has changed, those probably aren't actionable at all. |
It was previously reported in PR #20. What’s the next step? The reported issue for the gift card has been resolved, so should we proceed with moving it to QA/Woo review? |
@qasumitbagthariya, could you please retest the errors we are addressing in this PR? As mentioned in the above comment, those specific errors are already known and can be skipped for now. Please review and move this forward so we can proceed with merging the PR. |
QA Update: ✅I have verified this PR in the I tested the following on this branch:
Screen.Recording.2025-03-20.at.2.09.05.PM.movTesting Environment
Steps to Test- As mentioned in the PR description.
|
All Submissions:
Changes proposed in this Pull Request:
Closes #270
Steps to test the changes in this Pull Request:
Changelog entry