From 6c80c8abf4b511904736d57a408472cd609a4e12 Mon Sep 17 00:00:00 2001 From: Dan Gowans Date: Wed, 31 Jul 2024 14:25:29 -0400 Subject: [PATCH] add link to related --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a0fb664..9928e18 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,8 @@ fs.writeFileSync('cpa005.txt', output) - [Canadian Payments Association Standard 005](https://www.payments.ca/sites/default/files/standard005eng.pdf) - [Royal Bank CPA-005 Reference](https://www.rbcroyalbank.com/ach/file-451771.pdf) + +## Related Projects + +[CPA Codes for Node](https://github.com/cityssm/node-cpa-codes)
+Lookups, validations, and utility functions for Canadian Payments Association (CPA) Standard 007 transaction and return codes.