Skip to content

fix: mock response file - #130

Merged
mdiapenabc merged 9 commits into
devfrom
fix/mock-response-file
Mar 10, 2026
Merged

fix: mock response file#130
mdiapenabc merged 9 commits into
devfrom
fix/mock-response-file

Conversation

@saifrazabc

Copy link
Copy Markdown
Collaborator

Changes:

  1. Add Static response file for response poll cron job processing.
  2. Mocking response is dependent on CRA_INTEGRATION_ENABLED key.
  3. if CRA_INTEGRATION_ENABLED = false , it will process static file else poll to File Transfer service.
  4. if we want to process the any batch response file only we can create file manually & and write into the file = backend/storage/cra-ftp/inbound/TST0016.VRSP0001
  5. Once Cron job run , It will pick this file process it and update the all different status.

@saifrazabc
saifrazabc requested a review from mdiapenabc March 10, 2026 08:02
this.logger.log('[CRA Disabled] Response file download skipped — no remote files to poll')
return []
}
// if (!this.craEnabled) {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove these unused files

@mdiapenabc
mdiapenabc merged commit 68ac3e7 into dev Mar 10, 2026
13 checks passed
@mdiapenabc
mdiapenabc deleted the fix/mock-response-file branch March 10, 2026 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants