Skip to content

Commit f8189e1

Browse files
Update pg-wcpcp
1 parent 5c04343 commit f8189e1

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

pg-wcpcp

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
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",
@@ -28,14 +36,14 @@
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",

0 commit comments

Comments
 (0)