case 'deactivate-plugin-success':
                $product_id   = isset( $_GET['wc-helper-product-id'] ) ? absint( $_GET['wc-helper-product-id'] ) : 0;
                $subscription = self::_get_subscriptions_from_product_id( $product_id );
                $notices[]    = array(
                    'type'    => 'updated',