diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-05-17 09:39:06 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-05-17 09:39:06 +0200 |
commit | 776f222547e78e8d53e35e0d35ae3d2eab0ad185 (patch) | |
tree | 7cf4c1514602d43c6b3383612eaa87fe67d2ffcd /src/exchange-lib | |
parent | 7a1bb2b4c8ea579f0745f9471922098a9daffa38 (diff) |
Adding the refund CMD, genuine for now, to be evil-tuned.
Diffstat (limited to 'src/exchange-lib')
-rw-r--r-- | src/exchange-lib/test_exchange_api_twisted.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/exchange-lib/test_exchange_api_twisted.c b/src/exchange-lib/test_exchange_api_twisted.c index 11533e2ef..0a1e6bd8d 100644 --- a/src/exchange-lib/test_exchange_api_twisted.c +++ b/src/exchange-lib/test_exchange_api_twisted.c @@ -232,6 +232,13 @@ run (void *cls, "EUR:5", MHD_HTTP_OK), + TALER_TESTING_cmd_refund + ("refund-ok", + MHD_HTTP_OK, + "EUR:5", + "EUR:0.01", + "deposit-refund-1"), + TALER_TESTING_cmd_end () }; |