@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
package/src/api/vtx-base-api.js
CHANGED
|
@@ -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;
|