Skip to content

Commit

Permalink
Automatic commit by iyzico-ci v2.0.48
Browse files Browse the repository at this point in the history
  • Loading branch information
iyzico-ci committed Apr 15, 2020
1 parent d08f979 commit 4eaa6fe
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.47
2.0.48
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.47");
array_push($header, "x-iyzi-client-version: " . "iyzipay-php-2.0.48");

return $header;
}
Expand Down

0 comments on commit 4eaa6fe

Please sign in to comment.