Фикс тестов НДС

pull/2/head
Anthony Axenov 2020-05-28 01:30:25 +08:00
parent 6256c14522
commit 1fec446ce0
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ class VatTest extends BasicTestCase
return [
[VatTypes::NONE, 100, 0, 0],
[VatTypes::VAT0, 100, 0, 0],
[VatTypes::VAT10, 100, 10, 12],
[VatTypes::VAT18, 100, 18, 21.6],
[VatTypes::VAT10, 100, 9.09, 10.9],
[VatTypes::VAT18, 100, 15.25, 18.3],
];
}
}