Transfer data with ISO-8583 message pattern with Ecto schemas and validations without any need to implement the message generation.
This library will return the string from given Message
and vice-versa.
def deps do
[
{:payment_messenger, git: "aleDsz/payment-messenger"}
]
end