mirror of
https://github.com/anthonyaxenov/atol-online.git
synced 2024-11-22 16:14:34 +00:00
Фикс оплат и ставок в данных коррекции
This commit is contained in:
parent
c7d07a18f1
commit
19653776c5
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user