Skip to content

Commit

Permalink
[PRMP-534] Replaced null areas in NACK template with empty strings
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyFlintAnswerDigital committed Jul 8, 2024
1 parent 81ed396 commit b3f386a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/templates/generate-ehr-acknowledgement.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ export const buildEhrAcknowledgementPayload = ({
case null:
logInfo('Building positive acknowledgement message with typeCode: AA');
acknowledgementTypeCode = 'AA'; // positive ACK
acknowledgementDetail = '';
controlActEventReason = '';
break;
case '30':
case '99':
Expand Down

0 comments on commit b3f386a

Please sign in to comment.