Skip to content

Commit

Permalink
Automatic commit by iyzico-ci v2.0.55
Browse files Browse the repository at this point in the history
  • Loading branch information
iyzico-ci committed May 28, 2024
1 parent 0cfa5d3 commit 4f6abcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.54
2.0.55
2 changes: 1 addition & 1 deletion src/Iyzipay/IyzipayResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ protected static function getHttpHeaders(Request $request, Options $options)
$rnd = uniqid();
array_push($header, "Authorization: " . self::prepareAuthorizationString($request, $options, $rnd));
array_push($header, "x-iyzi-rnd: " . $rnd);
array_push($header, "x-iyzi-client-version: " . "iyzipay-php-2.0.54");
array_push($header, "x-iyzi-client-version: " . "iyzipay-php-2.0.55");

return $header;
}
Expand Down

0 comments on commit 4f6abcd

Please sign in to comment.