Skip to content

Commit 6beb75c

Browse files
authored
Merge pull request #780 from companieshouse/bug/IDVA5-2230-address-line-1-converstion-test
Adding loggers to acsp-api post call to check case mapping
2 parents 10cc935 + 14ea5fe commit 6beb75c

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)