Change variable product experiment name (#40769)

* Change experiment name

* Add changelog
This commit is contained in:
Fernando Marichal 2023-10-24 13:29:01 -03:00 committed by GitHub
parent e01e6f8b2a
commit abc476a005
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -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 );

View File

@ -0,0 +1,4 @@
Significance: minor
Type: fix
Change variable product experiment name #40769