Comparing version 1.6.1 to 1.6.2
@@ -104,5 +104,3 @@ 'use strict'; | ||
transfers.forEach(function (transfer) { | ||
if (transfer.on_hold) { | ||
transfer.on_hold = normalizeBoolean(transfer.on_hold); | ||
} | ||
transfer.on_hold = normalizeBoolean(!!transfer.on_hold); | ||
}); | ||
@@ -109,0 +107,0 @@ } |
{ | ||
"name": "razorpay", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "Official Node SDK for Razorpay API", | ||
@@ -5,0 +5,0 @@ "main": "dist/razorpay.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44882
1162