File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed
Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1+ # 2.0.2
2+
3+ - Correção do exemplo: UpdateParcel
4+ - Correção do exemplo: GetInstallments
5+
16# 2.0.1
27
38- Melhoria do arquivo Credentials
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ var options = require('../../credentials');
55
66
77var params = {
8- id : 1008
8+ id : 25093006 ,
9+ parcel : 1
910}
1011
1112var body = {
12- parcel : 1 ,
13- expire_at : '2020-12-12'
13+ expire_at : '2024-12-12'
1414}
1515
1616var gerencianet = new Gerencianet ( options ) ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ var options = require('../../credentials');
55
66
77var params = {
8- type : 'visa' ,
8+ brand : 'visa' ,
99 total : 5000
1010}
1111
Original file line number Diff line number Diff line change 11{
22 "name" : " gn-api-sdk-node" ,
33 "description" : " Module for integration with Gerencianet API" ,
4- "version" : " 2.0.1 " ,
4+ "version" : " 2.0.2 " ,
55 "author" : " Gerencianet - Consultoria Tecnica | João Vitor Oliveira | Francisco Carvalho" ,
66 "license" : " MIT" ,
77 "repository" : " gerencianet/gn-api-sdk-node" ,
You can’t perform that action at this time.
0 commit comments