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 22
22
<!-- Login to Admin Panel-->
23
23
<actionGroup ref =" AdminLoginActionGroup" stepKey =" logInAsAdmin" />
24
24
<!-- Create tax rate for CA -->
25
- <createData entity =" taxRateCustomRateUS " stepKey =" createTaxRateCA" />
25
+ <createData entity =" TaxRateCalifornia " stepKey =" createTaxRateCA" />
26
26
<!-- Create tax rate for TX -->
27
27
<createData entity =" ThirdTaxRateTexas" stepKey =" createTaxRateTX" />
28
28
<!-- Create Tax Rules -->
Original file line number Diff line number Diff line change 150
150
<entity name =" ThirdTaxRateTexas" extends =" TaxRateTexas" >
151
151
<data key =" rate" >20</data >
152
152
</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 >
153
161
</entities >
You can’t perform that action at this time.
0 commit comments