summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-10 21:20:46 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-10 21:20:46 +0200
commit257ee8379ecc4af7ac325aaf868b4e23a9293c14 (patch)
treea22bf720200913b145a2d4abd0e6f446b3a1eee8 /ChangeLog
parent4f237e8aae9b67a0bdb9363934dcbbb3a7742daa (diff)
downloadmerchant-257ee8379ecc4af7ac325aaf868b4e23a9293c14.tar.gz
merchant-257ee8379ecc4af7ac325aaf868b4e23a9293c14.tar.bz2
merchant-257ee8379ecc4af7ac325aaf868b4e23a9293c14.zip
implement caching/persisting of exchange /refund responses
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog42
1 files changed, 22 insertions, 20 deletions
diff --git a/ChangeLog b/ChangeLog
index d34b96fb..4a61c55e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri 10 Apr 2020 09:01:22 PM CEST
+ Changing refund API to have the merchant backend make the /refund
+ request to the exchange instead of having the wallet do it (#5299). -CG
+
Tue 31 Mar 2020 04:17:58 PM CEST
Releasing taler-merchant 0.7.0. -CG
@@ -30,16 +34,16 @@ Wed Oct 18 15:33:23 CEST 2017
Releasing taler-merchant 0.4.0. -CG
Thu Jun 22 15:12:37 CEST 2017
- Implementing /refund
+ Implementing /refund
Tue Jun 6 14:30:43 CEST 2017
- Abstracting the response gotten from the exchange's tracking
- API and relying it to the frontend.
- A payment generator has been implemented so that the db can
- easily be populated for testing purposes.
- /history API now has the way to query from a starting base date
- ahead into the future.
- Memory leak fixes. -CG/MS
+ Abstracting the response gotten from the exchange's tracking
+ API and relying it to the frontend.
+ A payment generator has been implemented so that the db can
+ easily be populated for testing purposes.
+ /history API now has the way to query from a starting base date
+ ahead into the future.
+ Memory leak fixes. -CG/MS
Releasing taler-merchant 0.3.0. -CG
Mon Mar 6 17:57:51 CET 2017
@@ -52,24 +56,22 @@ Mon Mar 6 00:59:25 CET 2017
IP address (#4752). Enabling use of dual-stack by default. -CG
Thu Dec 15 10:37:08 CET 2016
- Implementing:
- - /map/in, /map/out API, to allow frontends to store
- plain text contracts in database and retrieving them
- by looking for their hashcodes.
-
+ Implementing:
+ - /map/in, /map/out API, to allow frontends to store
+ plain text contracts in database and retrieving them
+ by looking for their hashcodes.
Fri Nov 18 18:54:07 CET 2016
Misc. minor updates to match API changes from exchange 0.2.
Releasing taler-merchant 0.2.0. -CG
Mon Oct 10 16:27:57 CEST 2016
- Implementing:
- - /track API, to map transactions to wire transfers and
- viceversa.
- - /history API, to get the list of transactions in DB.
- - merchant "instances", to run make multiple shops on the
- same backend.
- -MS
+ Implementing:
+ - /track API, to map transactions to wire transfers and
+ viceversa.
+ - /history API, to get the list of transactions in DB.
+ - merchant "instances", to run make multiple shops on the
+ same backend. -MS
Tue Jun 7 15:17:45 CEST 2016
Store signing key used by exchange in DB. Might be useful