ggez-banking-sdk 0.1.36 → 0.1.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -365,7 +365,7 @@ const Helper = (userInfo) => {
365
365
  };
366
366
  const checkUserResponseAuth = (response, showMessageSuccess, funcName) => {
367
367
  let check = response?.data?.result?.code;
368
- if (check != constants_1.SystemResponses.Approved ||
368
+ if (check != constants_1.SystemResponses.Approved &&
369
369
  check != constants_1.SystemResponses.Create_User_Completed_Partially) {
370
370
  errorHandler(response?.data?.result?.friendly_message, funcName, response);
371
371
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ggez-banking-sdk",
3
- "version": "0.1.36",
3
+ "version": "0.1.37",
4
4
  "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
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",