Skip to content

Commit

Permalink
Updating IT examples which now set Tax ID Type automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
samlown committed Jan 25, 2024
1 parent 88c2e06 commit 91ea62e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion regimes/it/examples/out/freelance.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"uuid": "8a51fd30-2a27-11ee-be56-0242ac120002",
"dig": {
"alg": "sha256",
"val": "affbab362e16adf513ee74bfb9267015aeee2edbadb515dca4da15d3e0ca9f30"
"val": "bc9753f607a332195a754f4541c32f97724f362ec73b4dae400959cb3c564823"
},
"draft": true
},
Expand All @@ -24,6 +24,7 @@
"name": "MªF. Services",
"tax_id": {
"country": "IT",
"type": "business",
"code": "12345678903"
},
"people": [
Expand Down Expand Up @@ -55,6 +56,7 @@
"name": "David Bowie",
"tax_id": {
"country": "IT",
"type": "business",
"code": "13029381004"
},
"addresses": [
Expand Down
4 changes: 3 additions & 1 deletion regimes/it/examples/out/hotel.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"uuid": "8a51fd30-2a27-11ee-be56-0242ac120002",
"dig": {
"alg": "sha256",
"val": "9464c96c31ea3e8b8c85b04273629a2867ca3326b7eeaf9edae63e4df896e8ed"
"val": "841053b409009c4ddaff3162ee942a02c3bfb6f545ce534dbba0723161a3d435"
},
"draft": true
},
Expand All @@ -22,6 +22,7 @@
"name": "Hotel California",
"tax_id": {
"country": "IT",
"type": "business",
"code": "12345678903"
},
"addresses": [
Expand All @@ -45,6 +46,7 @@
"name": "Mela S.r.l.",
"tax_id": {
"country": "IT",
"type": "business",
"code": "13029381004"
},
"inboxes": [
Expand Down
4 changes: 3 additions & 1 deletion regimes/it/examples/out/reverse-charge.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"uuid": "8a51fd30-2a27-11ee-be56-0242ac120002",
"dig": {
"alg": "sha256",
"val": "6f0236cd501c1650d61386aa8df61c9588c494702d948f26bd42cfb04966bc74"
"val": "4ff9a1ba248d6643f395402a6b96229bf7240ba2313f327c5447e162091b86c8"
},
"draft": true
},
Expand All @@ -24,6 +24,7 @@
"name": "MªF. Services",
"tax_id": {
"country": "IT",
"type": "business",
"code": "12345678903"
},
"people": [
Expand Down Expand Up @@ -55,6 +56,7 @@
"name": "David Bowie",
"tax_id": {
"country": "IT",
"type": "business",
"code": "13029381004"
},
"addresses": [
Expand Down
4 changes: 3 additions & 1 deletion regimes/it/examples/out/stamp-duty.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"uuid": "8a51fd30-2a27-11ee-be56-0242ac120002",
"dig": {
"alg": "sha256",
"val": "7f4f5ef772529bb005f0214a90cb3a4ac3c17efaad5b00beeb430654a890d85e"
"val": "15dd69f78e4470b41d6fa1ccd46e903e90d353b5e3ef8d8c52a9fd95e4aec027"
},
"draft": true
},
Expand All @@ -19,6 +19,7 @@
"name": "Hotel California",
"tax_id": {
"country": "IT",
"type": "business",
"code": "12345678903"
},
"addresses": [
Expand All @@ -42,6 +43,7 @@
"name": "Mela S.r.l.",
"tax_id": {
"country": "IT",
"type": "business",
"code": "13029381004"
},
"inboxes": [
Expand Down

0 comments on commit 91ea62e

Please sign in to comment.