File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 2222 <!-- Login to Admin Panel-->
2323 <actionGroup ref =" AdminLoginActionGroup" stepKey =" logInAsAdmin" />
2424 <!-- Create tax rate for CA -->
25- <createData entity =" taxRateCustomRateUS " stepKey =" createTaxRateCA" />
25+ <createData entity =" TaxRateCalifornia " stepKey =" createTaxRateCA" />
2626 <!-- Create tax rate for TX -->
2727 <createData entity =" ThirdTaxRateTexas" stepKey =" createTaxRateTX" />
2828 <!-- Create Tax Rules -->
Original file line number Diff line number Diff line change 150150 <entity name =" ThirdTaxRateTexas" extends =" TaxRateTexas" >
151151 <data key =" rate" >20</data >
152152 </entity >
153+ <entity name =" TaxRateCalifornia" type =" taxRate" >
154+ <data key =" code" unique =" suffix" >Tax Rate </data >
155+ <data key =" tax_region" >California</data >
156+ <data key =" tax_country_id" >US</data >
157+ <data key =" tax_country" >United States</data >
158+ <data key =" tax_postcode" >12345678901</data >
159+ <data key =" rate" >8.2500</data >
160+ </entity >
153161</entities >
You can’t perform that action at this time.
0 commit comments