Skip to content

Commit

Permalink
Merge pull request #141 from newfold-labs/fix/PRESS2-403-ecom-tax-ste…
Browse files Browse the repository at this point in the history
…p-bug

Fix tax logic
  • Loading branch information
arunshenoy99 authored Jan 5, 2023
2 parents 3bd9abd + 6c8e1fd commit 57eb800
Showing 1 changed file with 4 additions and 3 deletions.
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 57eb800

Please sign in to comment.