mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
Add ShipStation integration for tracking
This commit is contained in:
parent
4bfde190ec
commit
e6d43f1110
3 changed files with 124 additions and 3 deletions
|
@ -65,6 +65,9 @@ return array(
|
|||
'compat.ywot.is_supported_plugin_version_active' => function (): bool {
|
||||
return function_exists( 'yith_ywot_init' );
|
||||
},
|
||||
'compat.shipstation.is_supported_plugin_version_active' => function (): bool {
|
||||
return function_exists( 'woocommerce_shipstation_init' );
|
||||
},
|
||||
|
||||
'compat.module.url' => static function ( ContainerInterface $container ): string {
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue