Skip to content

Commit

Permalink
Merge pull request #30 from hiagodotme/master
Browse files Browse the repository at this point in the history
Correção em constante para envio de PIX.
  • Loading branch information
jvoliveiraGN committed Dec 27, 2022
2 parents 582483d + e9c3a39 commit 3c14703
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ module.exports = {
method: 'get',
},
pixSend: {
route: '/v2/pix/:idEnvio',
route: '/v2/gn/pix/:idEnvio',
method: 'put',
},
pixSendDetail: {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gn-api-sdk-node",
"description": "Module for integration with Gerencianet API",
"version": "3.0.2",
"version": "3.0.3",
"author": "Gerencianet - Consultoria Tecnica | Palloma Brito | João Vitor Oliveira",
"license": "MIT",
"repository": "gerencianet/gn-api-sdk-node",
Expand Down Expand Up @@ -33,4 +33,4 @@
"devDependencies": {
"jest": "^28.1.1"
}
}
}

0 comments on commit 3c14703

Please sign in to comment.