diff --git a/plugins/woocommerce-admin/client/profile-wizard/steps/business-details/flows/selective-bundle/index.js b/plugins/woocommerce-admin/client/profile-wizard/steps/business-details/flows/selective-bundle/index.js index 9ee673e2775..fb80541eb35 100644 --- a/plugins/woocommerce-admin/client/profile-wizard/steps/business-details/flows/selective-bundle/index.js +++ b/plugins/woocommerce-admin/client/profile-wizard/steps/business-details/flows/selective-bundle/index.js @@ -103,7 +103,7 @@ class BusinessDetails extends Component { extensionInstallationOptions[ 'mailchimp-for-woocommerce' ], install_mailpoet: extensionInstallationOptions.mailpoet, install_jetpack: extensionInstallationOptions.jetpack, - install_google_ads: + install_google_listings_and_ads: extensionInstallationOptions[ 'google-listings-and-ads' ], install_facebook: extensionInstallationOptions[ 'facebook-for-woocommerce' ], diff --git a/plugins/woocommerce-admin/readme.txt b/plugins/woocommerce-admin/readme.txt index c34d9215b0d..8ac52b37a30 100644 --- a/plugins/woocommerce-admin/readme.txt +++ b/plugins/woocommerce-admin/readme.txt @@ -111,6 +111,7 @@ Release and roadmap notes are available on the [WooCommerce Developers Blog](htt - Fix: Add missing translation strings in the business features section #7268 - Fix: Fix inbox note dismiss dropdown not closing on Safari #7278 - Tweak: Revert Card component removal #7167 +- Tweak: Change event name when installing Google Listings and Ads. #7276 - Tweak: Removed unused feature flags #7233 and #7273 - Tweak: Repurpose disable wc-admin filter to remove optional features #7232 - Update: Notes to use a date range. #7222