Skip to content

Commit

Permalink
Automatic commit by iyzico-ci v2.0.54
Browse files Browse the repository at this point in the history
  • Loading branch information
iyzico-ci committed Aug 25, 2023
1 parent 90612d5 commit 4a5874a
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.53
2.0.54
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.53");
array_push($header, "x-iyzi-client-version: " . "iyzipay-php-2.0.54");

return $header;
}
Expand Down

0 comments on commit 4a5874a

Please sign in to comment.