Adam Shannon
Adam Shannon
Here's an example of checking which statuses are approved or not across projects: https://play.golang.org/p/rBAdTTq348V
We store and encrypt the SSN [when creating a customer](https://github.com/moov-io/customers/pull/27). There's a government service that might let us validate the SSN in code. https://www.ssa.gov/employer/ssnv.htm
I was able to use a shared file in multiple specifications (which are merged into one later on) without duplicating a model. I think this is the same problem as...
I've been on 4.3.x without this issue. See how I did it above: https://github.com/OpenAPITools/openapi-generator/issues/2701#issuecomment-582152182
What is referenced from `main.yml`? Models? You could try a `models.yml`. I use a `common.yml` from a separate repo for global error types (i.e. error models).
I can reproduce this error and have an explanation of what's going on. First off the entry is created without a trace number so the library assigns one (`ODFIIdentification` plus...
> But NACHA file is created having Batch Control SCC code equal to Batch Header SCC code It sounds like the SCC code is correctly fixed. I'm not sure what...
Does setting `UnequalServiceClassCode: true` fix your issue? https://pkg.go.dev/github.com/moov-io/ach?utm_source=godoc#ValidateOpts.UnequalServiceClassCode
Maybe `MaskedNameWidth` and `MaskedAccountNumberWidth`?
@zbruhnke and I discovered the ACH file was invalid so the file creation date/time was in the wrong location. I'm going to leave this issue open so folks can comment...