Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Oct 29, 2024
2 parents cfcccb2 + fe13a98 commit a58d349
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/EInvoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public function denormalize(array $payload, string $class): mixed
$payload = $serializer->denormalize(json_encode($payload), $class, null, [AbstractObjectNormalizer::SKIP_NULL_VALUES => true]);

return $payload;


}

Expand Down
2 changes: 1 addition & 1 deletion src/Standards/Peppol/InvoiceCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace InvoiceNinja\EInvoice\Standards\Peppol;

class Tax
class InvoiceCode
{

public array $codes = [
Expand Down

0 comments on commit a58d349

Please sign in to comment.