commit 45b9b9ac3dd98e6e6716d33b6b10ce1cb58f8caf parent 8bfff6a639641ca82ee7e983aea4193e4e85823c Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Mon, 19 Jun 2017 16:29:21 +0200 /refund test op codes Diffstat:
| M | src/lib/test_merchant_api.c | | | 12 | +++++++++++- |
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c @@ -190,7 +190,17 @@ enum OpCode /** * Test getting transactions based on timestamp */ - OC_HISTORY + OC_HISTORY, + + /** + * Test the increase of a order refund + */ + OP_REFUND_INCREASE, + + /** + * Test refund lookup + */ + OP_REFUND_LOOKUP };