Skip to content

Commit a58d349

Browse files
committed
2 parents cfcccb2 + fe13a98 commit a58d349

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/EInvoice.php

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ public function denormalize(array $payload, string $class): mixed
105105
$payload = $serializer->denormalize(json_encode($payload), $class, null, [AbstractObjectNormalizer::SKIP_NULL_VALUES => true]);
106106

107107
return $payload;
108+
108109

109110
}
110111

src/Standards/Peppol/InvoiceCode.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
namespace InvoiceNinja\EInvoice\Standards\Peppol;
1313

14-
class Tax
14+
class InvoiceCode
1515
{
1616

1717
public array $codes = [

0 commit comments

Comments
 (0)