File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Barnetik/Tbai/Invoice Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -417,7 +417,7 @@ public static function docJson(): array
417
417
],
418
418
'nationalNotSubjectBreakdownItems ' => [
419
419
'type ' => 'array ' ,
420
- 'maxItems ' => 7 ,
420
+ 'maxItems ' => 4 ,
421
421
'items ' => NationalNotSubjectBreakdownItem::docJson (),
422
422
'description ' => 'Kargapean ez daudenak - No sujetas a carga '
423
423
],
@@ -435,7 +435,7 @@ public static function docJson(): array
435
435
],
436
436
'foreignServiceNotSubjectBreakdownItems ' => [
437
437
'type ' => 'array ' ,
438
- 'maxItems ' => 7 ,
438
+ 'maxItems ' => 4 ,
439
439
'items ' => ForeignServiceNotSubjectBreakdownItem::docJson (),
440
440
'description ' => 'Kargapean ez daudenak - No sujetas a carga '
441
441
],
@@ -453,7 +453,7 @@ public static function docJson(): array
453
453
],
454
454
'foreignDeliveryNotSubjectBreakdownItems ' => [
455
455
'type ' => 'array ' ,
456
- 'maxItems ' => 7 ,
456
+ 'maxItems ' => 4 ,
457
457
'items ' => ForeignDeliveryNotSubjectBreakdownItem::docJson (),
458
458
'description ' => 'Kargapean ez daudenak - No sujetas a carga '
459
459
]
You can’t perform that action at this time.
0 commit comments