-
Notifications
You must be signed in to change notification settings - Fork 69
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
Add empty file to avoid fatals #7936
Conversation
Test the buildOption 1. Jetpack Beta
Option 2. Jurassic Ninja - available for logged-in A12s🚀 Launch a JN site with this branch 🚀 ℹ️ Install this Tampermonkey script to get more options. Build info:
Note: the build is updated when a new commit is pushed to this PR. |
Size Change: 0 B Total Size: 1.27 MB ℹ️ View Unchanged
|
560d9b2
to
506c7bd
Compare
506c7bd
to
55322aa
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.
This fix still throws a notice. I suggested a fix.
Co-authored-by: Brett Shumaker <[email protected]>
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.
Thanks for the fix!
Based on p1703066593001019-slack-CGGCLBN58
Changes proposed in this Pull Request
Due to some unexpected way of performing operations during the plugin update, some errors might pop up. paJDYF-aZa-p2 is all about it. When
class-wc-rest-upe-flag-toggle-controller.php
was removed in #7821 together with its invocation inclass-wc-payments.php
, we faced another issue of the same nature (p1702991864368429/1702991804.354289-slack-C011ENB20Q1).This error is not fatal (doesn't prevent from plugin update) nor is it shown to the merchants because they don't have debug log mode enabled on their sites. But since we previously approached same problem by reverting (#6303 as example), this PR also reverts the file so that the error doesn't appear.
The file can be empty. p1703073471085769/1703066593.001019-slack-CGGCLBN58
Testing instructions
6.9.2
by defaultPayments -> Settings -> Advanced settings
and confirm Debug mode is enabled6.9.2
7.0.0
version with the fix (in other words zip based on this PR) and use it to update the plugin versionnpm run changelog
to add a changelog file, choosepatch
to leave it empty if the change is not significant. You can add multiple changelog files in one PR by running this command a few times.Post merge