Skip to content

Commit

Permalink
DocumentReference is not optional
Browse files Browse the repository at this point in the history
  • Loading branch information
mathielen committed Feb 12, 2025
1 parent d78fcf8 commit e0e549f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CXml/Model/OrderReference.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
public function __construct(
#[Serializer\SerializedName('DocumentReference')]
public ?DocumentReference $documentReference,
public DocumentReference $documentReference,
#[Serializer\SerializedName('orderID')]
#[Serializer\XmlAttribute]
public ?string $orderId = null,
Expand Down

0 comments on commit e0e549f

Please sign in to comment.