Automattic\WooCommerce\Internal\Admin\WCPayPromotion
DefaultPromotions::get_woopay_available_countries
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() DefaultPromotions::get woopay available countries code WC 10.7.0
private static function get_woopay_available_countries(): array {
return array( 'US' );
}