mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
Service to check if Wc Shipping & Tax is active
This commit is contained in:
parent
93abbefb5b
commit
42ee355919
1 changed files with 3 additions and 0 deletions
|
@ -68,6 +68,9 @@ return array(
|
|||
'compat.shipstation.is_supported_plugin_version_active' => function (): bool {
|
||||
return function_exists( 'woocommerce_shipstation_init' );
|
||||
},
|
||||
'compat.wc_shipping_tax.is_supported_plugin_version_active' => function (): bool {
|
||||
return class_exists( 'WC_Connect_Loader' );
|
||||
},
|
||||
|
||||
'compat.module.url' => static function ( ContainerInterface $container ): string {
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue