Skip to content

Commit

Permalink
Update IyzipayResource.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
sotuzun authored Nov 9, 2016
1 parent e044be4 commit bda1702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Iyzipay/IyzipayResource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ protected static WebHeaderCollection GetHttpHeaders(BaseRequest request, Options
WebHeaderCollection headers = new WebHeaderCollection();
headers.Add("Accept", "application/json");
headers.Add(RANDOM_HEADER_NAME, randomString);
headers.Add(CLIENT_VERSION, "iyzipay-dotnet-2.1.6");
headers.Add(CLIENT_VERSION, "iyzipay-dotnet-2.1.8");
headers.Add(AUTHORIZATION, PrepareAuthorizationString(request, randomString, options));
return headers;
}
Expand Down

0 comments on commit bda1702

Please sign in to comment.