We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a78f200 + f5b987d commit 8034e83Copy full SHA for 8034e83
src/ApiRequest.php
@@ -54,7 +54,7 @@ class ApiRequest implements ApiRequestInterface
54
private string $host = self::HOST;
55
56
/** @var string Ключ идемпотентности */
57
- private string $idempotencyKey;
+ private string $idempotencyKey = "";
58
59
/** @inheritdoc */
60
public function __construct(MerchantInterface $merchant)
0 commit comments