File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- 2.0.51
1
+ 2.0.52
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ IyzipayResource.prototype._getHttpHeaders = function (method) {
20
20
var randomString = utils . generateRandomString ( IyzipayResource . RANDOM_STRING_SIZE ) ;
21
21
var v2AuthUrlRegex = RegExp ( / \/ v 2 \/ / ) ;
22
22
headers [ IyzipayResource . RANDOM_HEADER_NAME ] = randomString ;
23
- headers [ IyzipayResource . CLIENT_VERSION ] = "iyzipay-node-2.0.51 " ;
23
+ headers [ IyzipayResource . CLIENT_VERSION ] = "iyzipay-node-2.0.52 " ;
24
24
if ( v2AuthUrlRegex . test ( this . _api [ method ] . path ) ) {
25
25
headers [ IyzipayResource . AUTHORIZATION ] = utils . generateAuthorizationHeaderV2 (
26
26
IyzipayResource . IYZI_WS_HEADER_NAME_V2 ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " iyzipay" ,
3
- "version" : " 2.0.51 " ,
3
+ "version" : " 2.0.52 " ,
4
4
"description" : " iyzipay api node.js client" ,
5
5
"main" : " lib/Iyzipay.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments