diff --git a/mailpoet/lib/Segments/WooCommerce.php b/mailpoet/lib/Segments/WooCommerce.php index 642e526f13..f94c539c16 100644 --- a/mailpoet/lib/Segments/WooCommerce.php +++ b/mailpoet/lib/Segments/WooCommerce.php @@ -167,7 +167,7 @@ class WooCommerce { if (!$wcOrder instanceof \WC_Order) return; $signupConfirmation = $this->settings->get('signup_confirmation'); - $status = SubscriberEntity::STATUS_UNCONFIRMED; + $status = SubscriberEntity::STATUS_UNSUBSCRIBED; if ((bool)$signupConfirmation['enabled'] === false) { $status = SubscriberEntity::STATUS_SUBSCRIBED; }