Skip to content

Commit

Permalink
fix(tax): fix country ids in taxes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Mar 6, 2024
1 parent b1258e4 commit e2ba135
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
18 changes: 9 additions & 9 deletions datasets/demo-shop/data/seed-data/users.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
value: localhost
tokens:
- name: unauthenticated-token
token: UNAUTHENTICATED
token: RESTOREDEMOUNAUTHENTICATED
---
id: restorecommerce-demo-root-admin-000
name: root.admin
Expand Down Expand Up @@ -115,7 +115,7 @@
invitedByUserLastName: ""
tokens:
- name: access-token
token: ROOTADMINISTRATOR000
token: RESTOREDEMOROOTADMINISTRATOR000
---
id: restorecommerce-demo-shop-000-admin-000
name: shop000.admin000
Expand Down Expand Up @@ -172,7 +172,7 @@
invitedByUserLastName: ""
tokens:
- name: access-token
token: SHOP000ADMINISTRATOR000
token: RESTOREDEMOSHOP000ADMINISTRATOR000
---
id: restorecommerce-demo-shop-000-sales-000
name: shop000.sales000
Expand Down Expand Up @@ -229,7 +229,7 @@
invitedByUserLastName: ""
tokens:
- name: access-token
token: SHOP000SALES000
token: RESTOREDEMOSHOP000SALES000
---
id: restorecommerce-demo-customer-000-moderator-000
name: customer000.moderator000
Expand Down Expand Up @@ -302,7 +302,7 @@
invitedByUserLastName: ""
tokens:
- name: access-token
token: CUSTOMER000MODERATOR000
token: RESTOREDEMOCUSTOMER000MODERATOR000
---
id: restorecommerce-demo-customer-001-moderator-000
name: customer001.moderator000
Expand Down Expand Up @@ -375,7 +375,7 @@
invitedByUserLastName: ""
tokens:
- name: access-token
token: CUSTOMER001MODERATOR000
token: RESTOREDEMOCUSTOMER001MODERATOR000
---
id: restorecommerce-demo-customer-000-member-000
name: customer000.member000
Expand Down Expand Up @@ -448,7 +448,7 @@
invitedByUserLastName: ""
tokens:
- name: access-token
token: CUSTOMER000MEMBER000
token: RESTOREDEMOCUSTOMER000MEMBER000
---
id: restorecommerce-demo-customer-001-member-000
name: customer001.member000
Expand Down Expand Up @@ -521,7 +521,7 @@
invitedByUserLastName: ""
tokens:
- name: access-token
token: CUSTOMER001MEMBER000
token: RESTOREDEMOCUSTOMER001MEMBER000
---
id: restorecommerce-demo-customer-002-user-000
name: customer002.user000
Expand Down Expand Up @@ -586,4 +586,4 @@
invitedByUserLastName: ""
tokens:
- name: access-token
token: CUSTOMER002USER000
token: RESTOREDEMOCUSTOMER002USER000
26 changes: 13 additions & 13 deletions datasets/system/data/seed-data/taxes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
rate: 0.07
typeId: type-value-added-tax
variant: Reduced rate
countryId: restorecommecre-demo-country-germany
countryId: germany
meta:
modifiedBy: system
owners:
Expand All @@ -17,7 +17,7 @@
rate: 0.19
typeId: type-value-added-tax
variant: Standard rate
countryId: restorecommecre-demo-country-germany
countryId: germany
meta:
modifiedBy: system
owners:
Expand All @@ -31,7 +31,7 @@
rate: 0.025
typeId: type-value-added-tax
variant: Heavily reduced rate
countryId: restorecommecre-demo-country-switzerland
countryId: switzerland
meta:
modifiedBy: system
owners:
Expand All @@ -45,7 +45,7 @@
rate: 0.038
typeId: type-value-added-tax
variant: Reduced rate
countryId: restorecommecre-demo-country-switzerland
countryId: switzerland
meta:
modifiedBy: system
owners:
Expand All @@ -57,7 +57,7 @@
---
id: switzerland-standard-rate
rate: 0.08
countryId: restorecommecre-demo-country-switzerland
countryId: switzerland
typeId: type-value-added-tax
variant: Standard rate
meta:
Expand All @@ -70,7 +70,7 @@
value: system
---
id: belgium-heavily-reduced-rate
countryId: restorecommecre-demo-country-belgium
countryId: belgium
rate: 0.06
typeId: type-value-added-tax
variant: Heavily reduced rate
Expand All @@ -84,7 +84,7 @@
value: system
---
id: belgium-reduced-rate
countryId: restorecommecre-demo-country-belgium
countryId: belgium
rate: 0.12
typeId: type-value-added-tax
variant: Reduced rate
Expand All @@ -98,7 +98,7 @@
value: system
---
id: belgium-standard-rate
countryId: restorecommecre-demo-country-belgium
countryId: belgium
rate: 0.21
typeId: type-value-added-tax
variant: Standard rate
Expand All @@ -112,7 +112,7 @@
value: system
---
id: belgium-parking-rate
countryId: restorecommecre-demo-country-belgium
countryId: belgium
rate: 0.12
typeId: type-value-added-tax
variant: Parking rate
Expand All @@ -126,7 +126,7 @@
value: system
---
id: france-heavily-reduced-rate
countryId: restorecommecre-demo-country-france
countryId: france
rate: 0.021
typeId: type-value-added-tax
variant: heavily reduced rate
Expand All @@ -140,7 +140,7 @@
value: system
---
id: france-reduced-rate
countryId: restorecommecre-demo-country-france
countryId: france
rate: 0.055
typeId: type-value-added-tax
variant: Reduced rate
Expand All @@ -154,7 +154,7 @@
value: system
---
id: france-lightly-reduced-rate
countryId: restorecommecre-demo-country-france
countryId: france
rate: 0.1
typeId: type-value-added-tax
variant: Lightly reduced rate
Expand All @@ -168,7 +168,7 @@
value: system
---
id: france-standard-rate
countryId: restorecommecre-demo-country-france
countryId: france
rate: 0.2
typeId: type-value-added-tax
variant: Standard rate
Expand Down

0 comments on commit e2ba135

Please sign in to comment.