Adding the refund CMD, genuine for now, to be evil-tuned.

This commit is contained in:
Marcello Stanisci 2018-05-17 09:39:06 +02:00
parent 7a1bb2b4c8
commit 776f222547
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -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 ()
};