Skip to content

Commit c73898f

Browse files
committed
Automatic commit by iyzico-ci v2.0.64
1 parent 33d736e commit c73898f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.63
1+
2.0.64

lib/IyzipayResource.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ IyzipayResource.prototype._getHttpHeaders = function (method) {
1919
const headers = {};
2020
const randomString = utils.generateRandomString(IyzipayResource.RANDOM_STRING_SIZE);
2121
headers[IyzipayResource.RANDOM_HEADER_NAME] = randomString;
22-
headers[IyzipayResource.CLIENT_VERSION] = "iyzipay-node-2.0.63";
22+
headers[IyzipayResource.CLIENT_VERSION] = "iyzipay-node-2.0.64";
2323

2424
const generateHttpHeadersV1 = () => {
2525
return utils.generateAuthorizationHeader(

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iyzipay",
3-
"version": "2.0.63",
3+
"version": "2.0.64",
44
"description": "iyzipay api node.js client",
55
"main": "lib/Iyzipay.js",
66
"scripts": {

0 commit comments

Comments
 (0)