ggez-banking-sdk
Advanced tools
Comparing version 0.0.26 to 0.0.27
@@ -107,3 +107,3 @@ "use strict"; | ||
const response = yield restApi_1.default.restApi(baseUrl, "POST", "oauth/token", headers, data); | ||
if (response.data.result === "success" && response.data.access_token) { | ||
if (response.data.access_token) { | ||
return { | ||
@@ -110,0 +110,0 @@ response: response, |
{ | ||
"name": "ggez-banking-sdk", | ||
"version": "0.0.26", | ||
"version": "0.0.27", | ||
"description": "A Node.js package to handle GGEZ Banking API endpoints, Simplify the process of managing CRUD operations with this efficient and easy-to-use package.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
793327