File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- 2.0.63
1+ 2.0.64
Original file line number Diff line number Diff 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 (
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments