Automattic / wc-calypso-bridge

20 stars 4 forks source link

Deactivate woocommerce-services when woocommerce-shipping or woocommerce-tax is installed #1457

Closed kloon closed 6 months ago

kloon commented 6 months ago

When launching Woo Shipping and Woo Tax on WooExpress we need to ensure that if WCS&T is activated and either Woo Shipping or Woo Tax is installed that it deactivated WCS&T.

See the following PR for how it was done for TikTok https://github.com/Automattic/wc-calypso-bridge/pull/1430/

waclawjacek commented 6 months ago

The following things still need to be done to land this PR:

This release PR will have to be merged: https://github.com/Automattic/wc-calypso-bridge/pull/1464

And then:

You'll also need to make a wpcomsh release with bumped bridge composer dependency

See https://github.com/Automattic/wpcomsh/pull/1668 and Automattic/wpcomsh#deployment

~ @PanosSynetos

PanosSynetos commented 6 months ago

It's the other way around @waclawjacek - First this one needs to be merged and then get on with the release PR

PanosSynetos commented 6 months ago

Sorry, the PR has been merged https://github.com/Automattic/wc-calypso-bridge/pull/1458

waclawjacek commented 6 months ago

WPCOMSH PR merged: https://github.com/Automattic/wpcomsh/pull/1811