mirror of
https://github.com/anthonyaxenov/atol-online.git
synced 2024-11-22 04:34:34 +00:00
Фикс оплат и ставок в данных коррекции
This commit is contained in:
parent
c7d07a18f1
commit
19653776c5
@ -10,14 +10,12 @@
|
||||
namespace AtolOnline\Entities;
|
||||
|
||||
use AtolOnline\{
|
||||
Constants\Constraints,
|
||||
Payments,
|
||||
Vats
|
||||
};
|
||||
Collections\Payments,
|
||||
Collections\Vats,
|
||||
Constants\Constraints};
|
||||
use AtolOnline\Exceptions\{
|
||||
InvalidEntityInCollectionException,
|
||||
TooLongCashierException
|
||||
};
|
||||
TooLongCashierException};
|
||||
use Exception;
|
||||
use JetBrains\PhpStorm\ArrayShape;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user