Skip to content

Commit

Permalink
not reliable vat payer
Browse files Browse the repository at this point in the history
  • Loading branch information
h4kuna committed Sep 19, 2023
1 parent 712e93d commit df64835
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/fixtures/adis/CZ06303927.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"isVatPayer": false,
"taxOfficeNumber": "",
"address": null
}
}
15 changes: 15 additions & 0 deletions tests/fixtures/adis/CZ27445798.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"exists": true,
"type": "PLATCE_DPH",
"tin": "CZ27445798",
"reliable": false,
"isVatPayer": true,
"taxOfficeNumber": "451",
"address": {
"uliceCislo": "Var\u0161avsk\u00e1 715\/36",
"castObce": "VINOHRADY (PRAHA 2) ",
"mesto": "PRAHA 2",
"psc": "12000",
"stat": "\u010cesk\u00e1 republika"
}
}
2 changes: 1 addition & 1 deletion tests/fixtures/adis/CZ49240901.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"isVatPayer": false,
"taxOfficeNumber": "",
"address": null
}
}
1 change: 1 addition & 0 deletions tests/src/E2E/AdisTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ protected function provideOneTin(): array
['CZ06303927'],
['CZ27082440'],
['CZ49240901'],
['CZ27445798'],
];
}

Expand Down

0 comments on commit df64835

Please sign in to comment.