Фикс оплат и ставок в данных коррекции

pull/15/head
Anthony Axenov 2021-12-16 18:33:13 +08:00
parent c7d07a18f1
commit 19653776c5
1 changed files with 4 additions and 6 deletions

View File

@ -10,14 +10,12 @@
namespace AtolOnline\Entities; namespace AtolOnline\Entities;
use AtolOnline\{ use AtolOnline\{
Constants\Constraints, Collections\Payments,
Payments, Collections\Vats,
Vats Constants\Constraints};
};
use AtolOnline\Exceptions\{ use AtolOnline\Exceptions\{
InvalidEntityInCollectionException, InvalidEntityInCollectionException,
TooLongCashierException TooLongCashierException};
};
use Exception; use Exception;
use JetBrains\PhpStorm\ArrayShape; use JetBrains\PhpStorm\ArrayShape;