Skip to content

Commit

Permalink
Merge pull request #12 from ministryofjustice/MLPAB-1416
Browse files Browse the repository at this point in the history
MLPAB-1416: Include evidenceDelivery in reduced-fee-requested
  • Loading branch information
acsauk authored Nov 2, 2023
2 parents d1441e8 + 654c18a commit 5357bdd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"evidence": [
"/M-1234-5678-9012/uploads/payslip.pdf",
"/M-1234-5678-9012/uploads/application.doc"
]
],
"evidenceDelivery": "upload"
}
4 changes: 1 addition & 3 deletions domains/POAS/events/reduced-fee-requested/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ If the donor believes they qualify for a reduced fee then the OPG needs to asses

MRLPA sends this event when a donor has made a reduced fees request so that Sirius can create tasks for caseworkers to review the evidence.

<Admonition type="warning">
<strong>11th September:</strong> We haven't yet identifed whether this event occurs as soon as the request is made or once the evidence has been validated (i.a. being scanned for viruses)
</Admonition>
This event will be sent after the evidence has been scanned for viruses but in the case of online delivery the documents may not yet have replicated to the destination S3 bucket.

<NodeGraph title="Consumer / Producer Diagram" />

Expand Down
7 changes: 6 additions & 1 deletion domains/POAS/events/reduced-fee-requested/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@
"items": {
"type": "string"
}
},
"evidenceDelivery": {
"type": "string",
"description": "How the evidence is being delivered to OPG",
"enum": ["upload", "post"]
}
},
"required": ["uid", "requestType", "evidence"]
"required": ["uid", "requestType", "evidence", "evidenceDelivery"]
}

0 comments on commit 5357bdd

Please sign in to comment.