Add ShipStation integration for tracking

This commit is contained in:
Narek Zakarian 2023-10-17 16:30:38 +04:00
parent 4bfde190ec
commit e6d43f1110
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7
3 changed files with 124 additions and 3 deletions

View file

@ -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 {
/**