@vertikalx/vtx-backend-client 1.0.0-dev-max.29 → 1.0.0-dev-max.30

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertikalx/vtx-backend-client",
3
- "version": "1.0.0-dev-max.29",
3
+ "version": "1.0.0-dev-max.30",
4
4
  "description": "GraphQL API generated client for VTX",
5
5
  "types": "src/index.d.ts",
6
6
  "main": "src/index.js",
@@ -6237,6 +6237,7 @@ class VTXBaseAPI {
6237
6237
  ...fields
6238
6238
  },
6239
6239
  });
6240
+ console.log('getfundingCheckoutSessionData response:', JSON.stringify(response, null, 2));
6240
6241
  retValue = (0, response_builder_1.buildResponse)(response, 'getfundingCheckoutSessionData', (r) => {
6241
6242
  const isResponseOk = !!response?.getfundingCheckoutSessionData?._id;
6242
6243
  return isResponseOk;