Merge pull request #21953 from woocommerce/fix/shipstation-obw-install
OBW: Fix ShipStation plugin info so install works
This commit is contained in:
commit
cba4ccaf65
|
@ -1080,10 +1080,11 @@ class WC_Admin_Setup_Wizard {
|
|||
|
||||
if ( $setup_shipstation ) {
|
||||
$this->install_plugin(
|
||||
'woocommerce-shipstation',
|
||||
'woocommerce-shipstation-integration',
|
||||
array(
|
||||
'name' => __( 'ShipStation', 'woocommerce' ),
|
||||
'repo-slug' => 'woocommerce-shipstation',
|
||||
'repo-slug' => 'woocommerce-shipstation-integration',
|
||||
'file' => 'woocommerce-shipstation.php',
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue