Skip to content

Commit

Permalink
Merge branch 'release/v1.0.0-polished' of https://github.com/newfold-…
Browse files Browse the repository at this point in the history
…labs/wp-module-onboarding into fix/disable-navigation-when-loading
  • Loading branch information
arunshenoy99 committed Jan 5, 2023
2 parents f878699 + 409e352 commit f64dbf9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/1.0.0/608.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions src/OnboardingSPA/pages/Steps/Ecommerce/content.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"content": "Yes, enable tax rates and calculations",
"value": "1",
"data": {
"wc_connect_taxes_enabled": "no",
"wc_connect_taxes_enabled": "yes",
"woocommerce_calc_taxes": "yes"
}
},
Expand All @@ -20,15 +20,16 @@
"value": "3",
"data": {
"wc_connect_taxes_enabled": "no",
"woocommerce_calc_taxes": "no"
"woocommerce_calc_taxes": "yes"
}
},
{
"content": "I don't charge sales tax",
"value": "5",
"data": {
"woocommerce_no_sales_tax": true,
"woocommerce_calc_taxes": "no"
"woocommerce_calc_taxes": "no",
"wc_connect_taxes_enabled": "no"
}
}
],
Expand Down

0 comments on commit f64dbf9

Please sign in to comment.