File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,5 @@ coverage/
8
8
.idea /
9
9
examples /open-accounts /
10
10
examples /pix /split /
11
- package-lock.json
11
+ package-lock.json
12
+ dist /
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sdk-typescript-apis-efi" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Module for integration with EfiPay API" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ export default {
243
243
method : 'get' ,
244
244
} ,
245
245
pixSend : {
246
- route : '/v2/pix/:idEnvio' ,
246
+ route : '/v2/gn/ pix/:idEnvio' ,
247
247
method : 'put' ,
248
248
} ,
249
249
pixSendDetail : {
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ class Endpoints {
55
55
this . options . agent = this . agent ;
56
56
}
57
57
} catch ( error ) {
58
- throw new Error ( `FALHA AO LER O CERTIFICADO` ) ;
58
+ throw new Error ( `FALHA AO LER O CERTIFICADO. \nVerifique se o caminho informado está correto: ${ this . options . certificate } \n ` ) ;
59
59
}
60
60
}
61
61
You can’t perform that action at this time.
0 commit comments