Skip to content

Commit

Permalink
fix tax logic
Browse files Browse the repository at this point in the history
  • Loading branch information
arunshenoy99 committed Dec 21, 2022
1 parent 99071ba commit 6c8e1fd
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 6c8e1fd

Please sign in to comment.