Skip to content

Commit 14ea5fe

Browse files
committed
Adding loggers to acsp-api post call to check case mappting
1 parent 10cc935 commit 14ea5fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/services/acsp/service.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ export default class {
3939

4040
const acspDto = Mapping.snakeCaseKeys(acsp);
4141

42+
console.log("acsp data ---> ", JSON.stringify(acsp));
43+
console.log("acspDto data ---> ", JSON.stringify(acspDto));
44+
4245
const resp = await this.client.httpPost(url, acspDto);
4346

4447
if (resp.status >= 400) {

0 commit comments

Comments
 (0)