Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
docs/ach: trying to fix filename template rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Nov 8, 2020
1 parent f4cedb2 commit effcefb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/ach.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,11 @@ PayGate supports templated naming of ACH files prior to their upload. This is he

Example:

```
```go
{{ date "20060102" }}-{{ .RoutingNumber }}.ach{{ if .GPG }}.gpg{{ end }}
```


The following struct is passed to templates giving them data to build a filename from:

```Go
Expand Down

0 comments on commit effcefb

Please sign in to comment.