Skip to content

Commit 8034e83

Browse files
committed
Merge branch 'add-idempotency-key' into 'main'
Add init value for idempotency key See merge request ypmn-public/php-api-client!9
2 parents a78f200 + f5b987d commit 8034e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ApiRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class ApiRequest implements ApiRequestInterface
5454
private string $host = self::HOST;
5555

5656
/** @var string Ключ идемпотентности */
57-
private string $idempotencyKey;
57+
private string $idempotencyKey = "";
5858

5959
/** @inheritdoc */
6060
public function __construct(MerchantInterface $merchant)

0 commit comments

Comments
 (0)