Add WooCommerce checkout opt-in functionality [MAILPOET-1483]
This commit is contained in:
@ -12,6 +12,7 @@ class Source {
|
||||
const API = 'api';
|
||||
const WORDPRESS_USER = 'wordpress_user';
|
||||
const WOOCOMMERCE_USER = 'woocommerce_user';
|
||||
const WOOCOMMERCE_CHECKOUT = 'woocommerce_checkout';
|
||||
const UNKNOWN = 'unknown';
|
||||
|
||||
private static $allowed_sources = array(
|
||||
@ -21,6 +22,7 @@ class Source {
|
||||
Source::API,
|
||||
Source::WORDPRESS_USER,
|
||||
Source::WOOCOMMERCE_USER,
|
||||
Source::WOOCOMMERCE_CHECKOUT,
|
||||
Source::UNKNOWN,
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user