gn-api-sdk-node
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -0,1 +1,6 @@ | ||
# 2.0.2 | ||
- Correção do exemplo: UpdateParcel | ||
- Correção do exemplo: GetInstallments | ||
# 2.0.1 | ||
@@ -2,0 +7,0 @@ |
@@ -8,8 +8,8 @@ 'use strict'; | ||
var params = { | ||
id: 1008 | ||
id: 25093006, | ||
parcel: 1 | ||
} | ||
var body = { | ||
parcel: 1, | ||
expire_at: '2020-12-12' | ||
expire_at: '2024-12-12' | ||
} | ||
@@ -16,0 +16,0 @@ |
@@ -8,3 +8,3 @@ 'use strict'; | ||
var params = { | ||
type: 'visa', | ||
brand: 'visa', | ||
total: 5000 | ||
@@ -11,0 +11,0 @@ } |
{ | ||
"name": "gn-api-sdk-node", | ||
"description": "Module for integration with Gerencianet API", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"author": "Gerencianet - Consultoria Tecnica | João Vitor Oliveira | Francisco Carvalho", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
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
63459