From 53c3516d308c689a63fa4acdcb00201e9ebe3e66 Mon Sep 17 00:00:00 2001 From: Jo Vandeginste Date: Mon, 24 May 2021 11:04:58 +0200 Subject: [PATCH] Add "jovandeginste/payme" QR code generator (ASCII & PNG) for SEPA payments. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6b6b8024..0fca162c 100644 --- a/README.md +++ b/README.md @@ -800,6 +800,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go-money](https://github.com/rhymond/go-money) - Implementation of Fowler's Money pattern. * [ofxgo](https://github.com/aclindsa/ofxgo) - Query OFX servers and/or parse the responses (with example command-line client). * [orderbook](https://github.com/i25959341/orderbook) - Matching Engine for Limit Order Book in Golang. +* [payme](https://github.com/jovandeginste/payme) - QR code generator (ASCII & PNG) for SEPA payments. * [sleet](https://github.com/BoltApp/sleet) - One unified interface for multiple Payment Service Providers (PsP) to process online payment. * [techan](https://github.com/sdcoffey/techan) - Technical analysis library with advanced market analysis and trading strategies. * [transaction](https://github.com/claygod/transaction) - Embedded transactional database of accounts, running in multithreaded mode.