Skip to content

Commit

Permalink
Update test to also test get vat code for invoice mapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Wimmie committed Mar 25, 2024
1 parent 6c4cf92 commit 2e93b24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/IntegrationTests/InvoiceIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public function testGetConceptInvoiceWorks()
$this->assertSame('15.00', $invoiceLine->getValueInc());
$this->assertSame('15.00', $invoiceLine->getUnitsPriceExcl());
$this->assertSame('8020', $invoiceLine->getDim1());
$this->assertSame('VN', $invoiceLine->getVatCode());

// TODO - Vat lines

Expand Down

0 comments on commit 2e93b24

Please sign in to comment.