xendit-node
Advanced tools
Comparing version 1.21.15 to 1.21.16
{ | ||
"name": "xendit-node", | ||
"version": "1.21.15", | ||
"version": "1.21.16", | ||
"description": "NodeJS client for Xendit API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -295,3 +295,3 @@ # Xendit API Node.js Client | ||
Instanitiate VA service using constructor that has been injected with Xendit keys | ||
Instantiate VA service using constructor that has been injected with Xendit keys | ||
@@ -344,2 +344,5 @@ ```js | ||
description?: string; | ||
currency?: string; | ||
country?: string; | ||
alternativeDisplayTypes?: string[]; | ||
forUserID?: string; | ||
@@ -346,0 +349,0 @@ }) |
@@ -12,2 +12,5 @@ export function createFixedVA(data: { | ||
description?: string; | ||
currency?: string; | ||
country?: string; | ||
alternativeDisplayTypes?: string[]; | ||
forUserID?: string; | ||
@@ -14,0 +17,0 @@ }): Promise<object>; |
@@ -33,2 +33,5 @@ const { promWithJsErr, Validate, fetchWithHTTPErr, Auth } = require('../utils'); | ||
description: data.description, | ||
currency: data.currency, | ||
country: data.country, | ||
alternative_display_types: data.alternativeDisplayTypes, | ||
}), | ||
@@ -35,0 +38,0 @@ }) |
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
293198
8101
1946