Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
klsheng committed May 8, 2024
1 parent 1ffe10c commit 19f7bb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/example/ubl/CreateDocumentExample.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ private function createDocument()
$document->setId('INV20240418105410');
$document->setIssueDateTime(new \DateTime('2017-11-26 15:30:00Z'));

$document = $this->setUBLExtension($document);
//$document = $this->setUBLExtension($document);
$document = $this->setBillingReference($document);
$document = $this->setPrepaidPayment($document);
$document = $this->setSupplier($document);
Expand Down Expand Up @@ -335,7 +335,7 @@ private function setDocumentLine($document)

$item = new Item();
$item->setDescription('Laptop Peripherals');
$item->setCountry($country);
//$item->setCountry($country);

$commodityClassification = new CommodityClassification();
$commodityClassification->setItemClassificationCode('12344321', 'PTC');
Expand Down

0 comments on commit 19f7bb2

Please sign in to comment.