File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 66 },
77 "steps": [
88 {
9+ "step": "defineWpConfigConsts",
10+ "consts": {
11+ "WP_DEBUG": true,
12+ "WP_DEBUG_LOG": true,
13+ "WP_DEBUG_DISPLAY": false,
14+ "SCRIPT_DEBUG": true
15+ }
16+ },{
917 "step": "installPlugin",
1018 "pluginData": {
1119 "resource": "url",
2836 "step": "setSiteOptions",
2937 "options": {
3038 "blogname": "WooCommerce",
31- "woocommerce_store_city": "Los Angeles ",
39+ "woocommerce_store_city": "Berlin ",
3240 "woocommerce_store_address": "123 Main St",
3341 "woocommerce_store_postcode": "90038",
34- "woocommerce_default_country": "United States ",
42+ "woocommerce_default_country": "Germany ",
3543 "woocommerce_onboarding_profile": {
3644 "skipped": true
3745 },
38- "woocommerce_currency": "USD ",
46+ "woocommerce_currency": "EUR ",
3947 "woocommerce_weight_unit": "lbs",
4048 "woocommerce_dimension_unit": "in",
4149 "woocommerce_allow_tracking": "no",
You can’t perform that action at this time.
0 commit comments