Set shipping feature flags to true (#33819)
* Set smart shipping feature flags to true * Add changelog
This commit is contained in:
parent
62b91768fb
commit
db8ea51d76
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: update
|
||||
|
||||
Set smart shipping feature flags to true
|
|
@ -8,8 +8,8 @@
|
|||
"experimental-import-products-task": true,
|
||||
"experimental-fashion-sample-products": true,
|
||||
"experimental-product-tour": true,
|
||||
"shipping-smart-defaults": false,
|
||||
"shipping-setting-tour": false,
|
||||
"shipping-smart-defaults": true,
|
||||
"shipping-setting-tour": true,
|
||||
"homescreen": true,
|
||||
"marketing": true,
|
||||
"minified-js": false,
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
"experimental-import-products-task": true,
|
||||
"experimental-fashion-sample-products": true,
|
||||
"experimental-product-tour": true,
|
||||
"shipping-smart-defaults": false,
|
||||
"shipping-setting-tour": false,
|
||||
"shipping-smart-defaults": true,
|
||||
"shipping-setting-tour": true,
|
||||
"homescreen": true,
|
||||
"marketing": true,
|
||||
"minified-js": true,
|
||||
|
|
Loading…
Reference in New Issue