xendit-node
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "xendit-node", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "NodeJS client for Xendit API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -24,3 +24,3 @@ const { promWithJsErr, Validate, fetchWithHTTPErr, Auth } = require('../utils'); | ||
? data.expirationDate.toISOString() | ||
: null, | ||
: undefined, | ||
is_single_use: data.isSingleUse, | ||
@@ -27,0 +27,0 @@ description: data.description, |
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
43678
53