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 e81b46a commit bbb3be5Copy full SHA for bbb3be5
includes/class-freemius.php
@@ -2737,7 +2737,7 @@ function cancel_subscription_or_trial_ajax_action() {
2737
2738
$this->check_ajax_referer( 'cancel_subscription_or_trial' );
2739
2740
- $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() ) );
2741
2742
if ( $this->is_api_error( $result ) ) {
2743
$this->shoot_ajax_failure( $result->error->message );
0 commit comments