moov-io / wire

FedWire funds service file parser and writer. The HTTP server is available in a Docker image and the Go package is available.
https://moov-io.github.io/wire/
Apache License 2.0
83 stars 39 forks source link

Wrong response data type in validate #331

Closed DennyWeinberg closed 1 year ago

DennyWeinberg commented 1 year ago

Idem issue in ICL

The response data is a json string, not a json.

Note that this issue exists in ICL and WIRE, not in ACH.

adamdecaf commented 1 year ago

@mfdeveloper508 can you look at this?

DennyWeinberg commented 11 months ago

Tested and works! Thanks!