You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update LocalTest to include the new notification endpoints. The goal is to support an app that would want to trigger the sending of email. First version of this should not be able to produce an actually email. It's enough that it results in a file stored to disc.
Additional Information
Only the POST endpoint for creating an order is assumed to be needed for now.
Tasks
Copy necessary controllers from Notification to LocalTest
Write necessary services to ensure that a file with the original notification order as content
Acceptance Criterias
The email notification order produced by an app is stored to disc as a json file.
The text was updated successfully, but these errors were encountered:
SandGrainOne
added
kind/user-story
Used for issues that describes functionality for our users.
status/draft
Status: When you create an issue before you have enough info to properly describe the issue.
labels
Sep 20, 2023
Description
Update LocalTest to include the new notification endpoints. The goal is to support an app that would want to trigger the sending of email. First version of this should not be able to produce an actually email. It's enough that it results in a file stored to disc.
Additional Information
Only the POST endpoint for creating an order is assumed to be needed for now.
Tasks
Acceptance Criterias
The text was updated successfully, but these errors were encountered: