WC_Gateway_Paypal_Helper::is_orders_v2_migration_eligible
Deprecated since 0.5.0. It is no longer supported and may be removed in future releases. Use Automattic\WooCommerce\Gateways\PayPal\Helper::is_orders_v2_migration_eligible() instead.
Check if the merchant is eligible for migration from WPS to PPCP.
Method of the class: WC_Gateway_Paypal_Helper{}
No Hooks.
Returns
true|false.
Usage
$result = WC_Gateway_Paypal_Helper::is_orders_v2_migration_eligible();
Changelog
| Deprecated since 10.5.0 | Use Automattic\WooCommerce\Gateways\PayPal\Helper::is_orders_v2_migration_eligible() instead. |
WC_Gateway_Paypal_Helper::is_orders_v2_migration_eligible() WC Gateway Paypal Helper::is orders v2 migration eligible code WC 10.8.1
public static function is_orders_v2_migration_eligible() {
wc_deprecated_function( __METHOD__, '10.5.0', 'Automattic\WooCommerce\Gateways\PayPal\Helper::is_orders_v2_migration_eligible()' );
return PayPalHelper::is_orders_v2_migration_eligible();
}