Skip to content

Commit

Permalink
Merge branch 'SQMAGOPC-595' into preparing-for-2.7.3-release
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszkaluzny-solteq committed Jul 29, 2024
2 parents 5ffaba9 + b1e7b1d commit a5cb944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ protected function setUp(): void

$this->item = (new Item())
->setProductCode('pr1')
->setVatPercentage(24)
->setVatPercentage(25.5)
->setReference('itemReference123')
->setStamp('itemStamp-1' . rand(1, 999999))
->setUnits(1)
Expand All @@ -57,7 +57,7 @@ protected function setUp(): void
$this->item2 = (new Item())
->setDeliveryDate('2020-12-12')
->setProductCode('pr2')
->setVatPercentage(24)
->setVatPercentage(25.5)
->setReference('itemReference123')
->setStamp('itemStamp-2' . rand(1, 999999))
->setUnits(2)
Expand Down

0 comments on commit a5cb944

Please # to comment.