Skip to content

Commit

Permalink
Automatic commit by iyzico-ci v2.0.57
Browse files Browse the repository at this point in the history
  • Loading branch information
iyzico-ci committed Jan 29, 2024
1 parent 6e8029f commit 735ca06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.56
2.0.57
2 changes: 1 addition & 1 deletion lib/IyzipayResource.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ IyzipayResource.prototype._getHttpHeaders = function (method) {
var randomString = utils.generateRandomString(IyzipayResource.RANDOM_STRING_SIZE);
var v2AuthUrlRegex = RegExp(/\/v2\//);
headers[IyzipayResource.RANDOM_HEADER_NAME] = randomString;
headers[IyzipayResource.CLIENT_VERSION] = "iyzipay-node-2.0.56";
headers[IyzipayResource.CLIENT_VERSION] = "iyzipay-node-2.0.57";
if (v2AuthUrlRegex.test(this._api[method].path)) {
headers[IyzipayResource.AUTHORIZATION] = utils.generateAuthorizationHeaderV2(
IyzipayResource.IYZI_WS_HEADER_NAME_V2,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iyzipay",
"version": "2.0.56",
"version": "2.0.57",
"description": "iyzipay api node.js client",
"main": "lib/Iyzipay.js",
"scripts": {
Expand Down

0 comments on commit 735ca06

Please sign in to comment.