@@ -119,6 +119,7 @@ |
||
| 119 | 119 | |
| 120 | 120 | /** |
| 121 | 121 | * @throws OmsRequestErrorException |
| 122 | + * @param string $body |
|
| 122 | 123 | */ |
| 123 | 124 | private function request( |
| 124 | 125 | string $token, |
@@ -13,7 +13,6 @@ discard block |
||
| 13 | 13 | use Lamoda\OmsClient\Exception\OmsSignerErrorException; |
| 14 | 14 | use Lamoda\OmsClient\Serializer\SerializerInterface; |
| 15 | 15 | use Lamoda\OmsClient\V2\Dto\CloseICArrayResponse; |
| 16 | -use Lamoda\OmsClient\V2\Dto\CreateOrderForEmissionICRequestLight; |
|
| 17 | 16 | use Lamoda\OmsClient\V2\Dto\CreateOrderForEmissionICRequestLp; |
| 18 | 17 | use Lamoda\OmsClient\V2\Dto\CreateOrderForEmissionICResponse; |
| 19 | 18 | use Lamoda\OmsClient\V2\Dto\GetICBufferStatusResponse; |
@@ -21,7 +20,6 @@ discard block |
||
| 21 | 20 | use Lamoda\OmsClient\V2\Extension; |
| 22 | 21 | use Lamoda\OmsClient\V2\OmsApi; |
| 23 | 22 | use Lamoda\OmsClient\V2\Signer\SignerInterface; |
| 24 | -use PHPUnit\Framework\Assert; |
|
| 25 | 23 | use PHPUnit\Framework\MockObject\MockObject; |
| 26 | 24 | use PHPUnit\Framework\TestCase; |
| 27 | 25 | use Psr\Http\Message\RequestInterface; |