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