Skip to content

Commit

Permalink
Fix SellerAssignedID in ZUGFeRD 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BolZer committed Mar 8, 2024
1 parent 72352f1 commit 46a5450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zugferd10/Model/Trade/Item/Product.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Product
public function __construct(#[Type('string')]
#[XmlElement(cdata: false, namespace: 'urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:12')]
#[SerializedName('SellerAssignedID')]
private string $sellerAssignedID, #[Type('string')]
private ?string $sellerAssignedID, #[Type('string')]
#[XmlElement(cdata: false, namespace: 'urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:12')]
#[SerializedName('Name')]
private string $name, #[Type('string')]
Expand Down

0 comments on commit 46a5450

Please sign in to comment.