Skip to content

Commit f1681dd

Browse files
committed
fix: Incremented VatDetail Breakdown items limit from 6 to 12
1 parent a17b670 commit f1681dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Barnetik/Tbai/Invoice/Breakdown.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ public static function docJson(): array
417417
],
418418
'nationalNotSubjectBreakdownItems' => [
419419
'type' => 'array',
420-
'maxItems' => 7,
420+
'maxItems' => 4,
421421
'items' => NationalNotSubjectBreakdownItem::docJson(),
422422
'description' => 'Kargapean ez daudenak - No sujetas a carga'
423423
],
@@ -435,7 +435,7 @@ public static function docJson(): array
435435
],
436436
'foreignServiceNotSubjectBreakdownItems' => [
437437
'type' => 'array',
438-
'maxItems' => 7,
438+
'maxItems' => 4,
439439
'items' => ForeignServiceNotSubjectBreakdownItem::docJson(),
440440
'description' => 'Kargapean ez daudenak - No sujetas a carga'
441441
],
@@ -453,7 +453,7 @@ public static function docJson(): array
453453
],
454454
'foreignDeliveryNotSubjectBreakdownItems' => [
455455
'type' => 'array',
456-
'maxItems' => 7,
456+
'maxItems' => 4,
457457
'items' => ForeignDeliveryNotSubjectBreakdownItem::docJson(),
458458
'description' => 'Kargapean ez daudenak - No sujetas a carga'
459459
]

0 commit comments

Comments
 (0)