Skip to content

Commit b567677

Browse files
committed
Update blueprint.json
1 parent b0b6c7e commit b567677

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.wordpress-org/blueprint.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@
1111
"networking": true
1212
},
1313
"steps": [
14-
{
15-
"step": "login",
16-
"username": "admin",
17-
"password": "password"
18-
},
1914
{
2015
"step": "installPlugin",
2116
"pluginZipFile": {
@@ -29,8 +24,8 @@
2924
{
3025
"step": "installPlugin",
3126
"pluginZipFile": {
32-
"resource": "wordpress.org/plugins",
33-
"slug": "woocommerce-pos"
27+
"resource": "url",
28+
"url": "https:\/\/downloads.wordpress.org\/plugin\/woocommerce-pos.1.4.13.zip"
3429
},
3530
"options": {
3631
"activate": true
@@ -50,6 +45,11 @@
5045
{
5146
"step": "runPHP",
5247
"code": "<?php\nrequire_once 'wp-load.php';\nglobal $wpdb;\n$wpdb->insert(\n $wpdb->prefix . 'woocommerce_tax_rates',\n array(\n 'tax_rate_country' => 'US',\n 'tax_rate_state' => '',\n 'tax_rate' => '5.0000',\n 'tax_rate_name' => 'Sales Tax',\n 'tax_rate_priority' => '1',\n 'tax_rate_compound' => '0',\n 'tax_rate_shipping' => '1',\n 'tax_rate_order' => '0',\n 'tax_rate_class' => ''\n )\n);\n"
48+
},
49+
{
50+
"step": "login",
51+
"username": "admin",
52+
"password": "password"
5353
}
5454
]
5555
}

0 commit comments

Comments
 (0)