Skip to content

Commit

Permalink
Fix Payload $fiscalReceiptNumber serialized type in V5
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamSolaris committed Dec 23, 2021
1 parent b13b1c4 commit 2d4eabb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/V5/DTO/Report/Payload.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
class Payload
{
/**
* @var string
* @var int
*
* @Serializer\Type("string")
* @Serializer\Type("integer")
*/
private $fiscalReceiptNumber;

Expand Down

0 comments on commit 2d4eabb

Please sign in to comment.