Automattic\WooCommerce\Internal\Admin\WCPayPromotion

DefaultPromotions::get_woopay_available_countriesprivate staticWC 1.0

Get the list of WooPay available countries.

Method of the class: DefaultPromotions{}

No Hooks.

Returns

Array. The list of WooPay available countries.

Usage

$result = DefaultPromotions::get_woopay_available_countries(): array;

DefaultPromotions::get_woopay_available_countries() code WC 10.6.2

private static function get_woopay_available_countries(): array {
	return array( 'US' );
}