Skip to content

Commit 735ca06

Browse files
committed
Automatic commit by iyzico-ci v2.0.57
1 parent 6e8029f commit 735ca06

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.56
1+
2.0.57

lib/IyzipayResource.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ IyzipayResource.prototype._getHttpHeaders = function (method) {
2020
var randomString = utils.generateRandomString(IyzipayResource.RANDOM_STRING_SIZE);
2121
var v2AuthUrlRegex = RegExp(/\/v2\//);
2222
headers[IyzipayResource.RANDOM_HEADER_NAME] = randomString;
23-
headers[IyzipayResource.CLIENT_VERSION] = "iyzipay-node-2.0.56";
23+
headers[IyzipayResource.CLIENT_VERSION] = "iyzipay-node-2.0.57";
2424
if (v2AuthUrlRegex.test(this._api[method].path)) {
2525
headers[IyzipayResource.AUTHORIZATION] = utils.generateAuthorizationHeaderV2(
2626
IyzipayResource.IYZI_WS_HEADER_NAME_V2,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iyzipay",
3-
"version": "2.0.56",
3+
"version": "2.0.57",
44
"description": "iyzipay api node.js client",
55
"main": "lib/Iyzipay.js",
66
"scripts": {

0 commit comments

Comments
 (0)