Skip to content

Commit 301c0ea

Browse files
committed
Adjust gn-constants.js to point to correct URL's, adjust package.json
and changelog
1 parent aa60534 commit 301c0ea

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.0.5
2+
3+
- Changed: Gerenciant's urls for production and sandbox
4+
- Added: new endpoints (subscriptions, notifications)
5+
16
# 0.0.1
27

38
- Initial release

lib/gn-constants.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
module.exports = {
44
URL: {
5-
production: 'http://localhost:4400',
6-
sandbox: 'http://localhost:4400'
5+
production: 'https://api.gerencianet.com.br',
6+
sandbox: 'https://sandbox.gerencianet.com.br'
77
},
88
ENDPOINTS: {
99
authorize: '/authorize',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gn-api-sdk-node",
33
"description": "Module for integration with Gerencianet API",
4-
"version": "0.0.3",
4+
"version": "0.0.5",
55
"author": "Francisco Carvalho <[email protected]>",
66
"license": "MIT",
77
"repository": "franciscotfmc/gn-api-sdk-node",

0 commit comments

Comments
 (0)