jembi / openhim-mediator-mapping

An OpenHIM mediator for mapping incoming content to a different format
https://jembi.github.io/openhim-mediator-mapping/
MIT License
3 stars 6 forks source link

Bug fix: OpenHIM response payload incorrect #107

Closed BMartinos closed 4 years ago

BMartinos commented 4 years ago

The response payload being sent back to the OpenHIM didnt update the transaction record successfully. The status was always set to Successful even when the transaction is still busy processing

This fix updates the response being sent to the OpenHIM to correctly set the response metadata for the transactions

TRACE-179

BMartinos commented 4 years ago

Closing due to incorrect fix applied