ggez-banking-sdk
Advanced tools
Comparing version 0.0.73 to 0.0.74
@@ -240,3 +240,3 @@ "use strict"; | ||
let headers = headerConfig(headersData); | ||
const response = await restApi_1.default.restApi(nodeUrl, "get", "/api/promotion/" + promotionCode, headers); | ||
const response = await restApi_1.default.restApi(nodeUrl, "get", "api/promotion/" + promotionCode, headers); | ||
return { | ||
@@ -269,3 +269,3 @@ response: response, | ||
let headers = headerConfig(headersData); | ||
const response = await restApi_1.default.restApi(nodeUrl, "put", "/api/promotion", headers, data); | ||
const response = await restApi_1.default.restApi(nodeUrl, "put", "api/promotion", headers, data); | ||
return { | ||
@@ -272,0 +272,0 @@ response: response, |
{ | ||
"name": "ggez-banking-sdk", | ||
"version": "0.0.73", | ||
"version": "0.0.74", | ||
"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", |
779563