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 fb477cf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/ach.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ PayGate supports templated naming of ACH files prior to their upload. This is he

Example:

```
{{ date "20060102" }}-{{ .RoutingNumber }}.ach{{ if .GPG }}.gpg{{ end }}
```
<pre>
\{\{ date "20060102" \}\}-{{ .RoutingNumber }}.ach{{ if .GPG }}.gpg{{ end }}
</pre>


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

Expand Down

0 comments on commit fb477cf

Please sign in to comment.