Closed akamenew closed 8 months ago
Hi,
in file
src/zugferd10/Model/Trade/Agreement.php
the function has an error:
Is:
public function getBuyerReference() { return $this->name; }
Should be:
public function getBuyerReference() { return $this->buyerReference; }
Hi,
in file
src/zugferd10/Model/Trade/Agreement.php
the function has an error:
Is:
public function getBuyerReference() { return $this->name; }
Should be:
public function getBuyerReference() { return $this->buyerReference; }