Skip to content

Commit

Permalink
Fix Payload $fiscalReceiptNumber serialized type
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamSolaris committed Dec 22, 2021
1 parent c5e8272 commit b13b1c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/V4/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 b13b1c4

Please sign in to comment.