From abc476a005b405068b07bd4c50d1797c3dcc396d Mon Sep 17 00:00:00 2001 From: Fernando Marichal Date: Tue, 24 Oct 2023 13:29:01 -0300 Subject: [PATCH] Change variable product experiment name (#40769) * Change experiment name * Add changelog --- .../task-lists/fills/products/use-create-product-by-type.ts | 2 +- .../changelog/fix-change_product_creation_experiment_name | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 plugins/woocommerce/changelog/fix-change_product_creation_experiment_name diff --git a/plugins/woocommerce-admin/client/task-lists/fills/products/use-create-product-by-type.ts b/plugins/woocommerce-admin/client/task-lists/fills/products/use-create-product-by-type.ts index cb3827548e4..d218ce265b9 100644 --- a/plugins/woocommerce-admin/client/task-lists/fills/products/use-create-product-by-type.ts +++ b/plugins/woocommerce-admin/client/task-lists/fills/products/use-create-product-by-type.ts @@ -16,7 +16,7 @@ import { createNoticesFromResponse } from '../../../lib/notices'; import { getAdminSetting } from '~/utils/admin-settings'; const EXPERIMENT_NAME = - 'woocommerce_product_creation_experience_add_variations_202310_v1'; + 'woocommerce_product_creation_experience_add_variations_202310_v2'; export const useCreateProductByType = () => { const { createProductFromTemplate } = useDispatch( ITEMS_STORE_NAME ); diff --git a/plugins/woocommerce/changelog/fix-change_product_creation_experiment_name b/plugins/woocommerce/changelog/fix-change_product_creation_experiment_name new file mode 100644 index 00000000000..8aa3aa00a7f --- /dev/null +++ b/plugins/woocommerce/changelog/fix-change_product_creation_experiment_name @@ -0,0 +1,4 @@ +Significance: minor +Type: fix + +Change variable product experiment name #40769