Skip to content

Commit

Permalink
Automatic commit by iyzico-ci v2.0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
iyzico-ci committed Jul 5, 2017
1 parent 949a88f commit f7de97e
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.30
2.0.33
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.30");
array_push($header, "x-iyzi-client-version: " . "iyzipay-php-2.0.33");
return $header;
}

Expand Down

0 comments on commit f7de97e

Please sign in to comment.