-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add logic for generating notifications based on organisation number #456
Comments
testing in AT22. "notifications": [
{
"id": "68758e07-05b6-490b-b065-89f231000e75",
"succeeded": false,
"recipient": {
"emailAddress": "4tw8bgez@jei5wp6wx.no"
},
"sendStatus": {
"status": "New",
"description": "The email has been created, but has not been picked up for processing yet.",
"lastUpdate": "2024-05-07T15:37:02.193146Z"
}
}
] |
Testing sending in the future with missing contact information at the send time: Manually deleted the contact information after placing the order. Send time a little bit more than 1 hour into the future when placing the order. Placing a new order fails because of missing contact information. Test result: Success |
AT24 Something weird with order: 5b3c624f-a868-4e51-8d5f-928179669155 {{BasePath}}{{PortNumber}}/notifications/api/v1/orders/{{NotificationOrderId}}/status |
Testing completed |
Description
Add logic to the service logic of notification to support recipient of type organisation number. Use the services already implemented and rewire the logic to include contact information lookup of both official and personal contact information. Make sure the notifications are stored with identified contact information.
Tasks
Acceptance criteria
The text was updated successfully, but these errors were encountered: