diff --git a/.wordpress-org/blueprint.json b/.wordpress-org/blueprint.json index 562ebf9..6d49b55 100644 --- a/.wordpress-org/blueprint.json +++ b/.wordpress-org/blueprint.json @@ -11,11 +11,6 @@ "networking": true }, "steps": [ - { - "step": "login", - "username": "admin", - "password": "password" - }, { "step": "installPlugin", "pluginZipFile": { @@ -29,8 +24,8 @@ { "step": "installPlugin", "pluginZipFile": { - "resource": "wordpress.org/plugins", - "slug": "woocommerce-pos" + "resource": "url", + "url": "https:\/\/downloads.wordpress.org\/plugin\/woocommerce-pos.1.4.13.zip" }, "options": { "activate": true @@ -50,6 +45,11 @@ { "step": "runPHP", "code": "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" + }, + { + "step": "login", + "username": "admin", + "password": "password" } ] }