We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10cc935 commit 14ea5feCopy full SHA for 14ea5fe
src/services/acsp/service.ts
@@ -39,6 +39,9 @@ export default class {
39
40
const acspDto = Mapping.snakeCaseKeys(acsp);
41
42
+ console.log("acsp data ---> ", JSON.stringify(acsp));
43
+ console.log("acspDto data ---> ", JSON.stringify(acspDto));
44
+
45
const resp = await this.client.httpPost(url, acspDto);
46
47
if (resp.status >= 400) {
0 commit comments