From df64835af18f02dcc116b6a503d347d131ceaa54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Mat=C4=9Bj=C4=8Dek?= Date: Tue, 19 Sep 2023 16:47:02 +0200 Subject: [PATCH] not reliable vat payer --- tests/fixtures/adis/CZ06303927.json | 2 +- tests/fixtures/adis/CZ27445798.json | 15 +++++++++++++++ tests/fixtures/adis/CZ49240901.json | 2 +- tests/src/E2E/AdisTest.php | 1 + 4 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 tests/fixtures/adis/CZ27445798.json diff --git a/tests/fixtures/adis/CZ06303927.json b/tests/fixtures/adis/CZ06303927.json index c5ea3b7..43eeba6 100644 --- a/tests/fixtures/adis/CZ06303927.json +++ b/tests/fixtures/adis/CZ06303927.json @@ -6,4 +6,4 @@ "isVatPayer": false, "taxOfficeNumber": "", "address": null -} +} \ No newline at end of file diff --git a/tests/fixtures/adis/CZ27445798.json b/tests/fixtures/adis/CZ27445798.json new file mode 100644 index 0000000..9469312 --- /dev/null +++ b/tests/fixtures/adis/CZ27445798.json @@ -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" + } +} \ No newline at end of file diff --git a/tests/fixtures/adis/CZ49240901.json b/tests/fixtures/adis/CZ49240901.json index d7b9dc4..c159f9f 100644 --- a/tests/fixtures/adis/CZ49240901.json +++ b/tests/fixtures/adis/CZ49240901.json @@ -6,4 +6,4 @@ "isVatPayer": false, "taxOfficeNumber": "", "address": null -} +} \ No newline at end of file diff --git a/tests/src/E2E/AdisTest.php b/tests/src/E2E/AdisTest.php index 4bad677..047fd1a 100644 --- a/tests/src/E2E/AdisTest.php +++ b/tests/src/E2E/AdisTest.php @@ -23,6 +23,7 @@ protected function provideOneTin(): array ['CZ06303927'], ['CZ27082440'], ['CZ49240901'], + ['CZ27445798'], ]; }