We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3b6686 commit 769dee0Copy full SHA for 769dee0
inc/Engine/Admin/PerformanceMonitoring/Subscriber.php
@@ -520,7 +520,7 @@ public function maybe_cancel_automatic_retest_job() {
520
*/
521
public function on_update_reset_credit( $new_version, $old_version ) {
522
if ( version_compare( $old_version, '3.20.0', '<' ) ) {
523
- $this->plan->reset_credit();
+ $this->reset_credit_monthly();
524
}
525
526
0 commit comments