merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 62d51f642482120eb2fca70d841e393cba24ac34
parent f54382c2a64139180d2cae7cd0e6e0587f0ab4d0
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  9 Apr 2024 11:58:49 +0200

bump Debian changelog

Diffstat:
Mdebian/changelog | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog @@ -1,3 +1,13 @@ +taler-merchant (0.10.1) unstable; urgency=low + + * Implement cache control headers for /config + * Do not return orders over amount of 0 as unpaid + * Handle refunds in wire transfer reconciliation + * Implement protocol v12 and v13 + * Simplify KYC logic in payment processing + + -- Christian Grothoff <grothoff@gnu.org> Tue, 9 Apr 2024 09:50:12 +0200 + taler-merchant (0.10.0) unstable; urgency=low * Implement public GET API for templates (#8608).