We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b2339 commit 2da9b67Copy full SHA for 2da9b67
includes/class-freemius.php
@@ -2738,7 +2738,7 @@ function cancel_subscription_or_trial_ajax_action() {
2738
2739
$this->check_ajax_referer( 'cancel_subscription_or_trial' );
2740
2741
- $result = $this->cancel_subscription_or_trial( fs_request_get( 'plugin_id', $this->get_id() ), false );
+ $result = $this->cancel_subscription_or_trial( fs_request_get( 'plugin_id', $this->get_id() ) );
2742
2743
if ( $this->is_api_error( $result ) ) {
2744
$this->shoot_ajax_failure( $result->error->message );
0 commit comments