summaryrefslogtreecommitdiff
path: root/src/lib/test_merchant_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/test_merchant_api.c')
-rw-r--r--src/lib/test_merchant_api.c12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c
index 1d6b9817..5374f7c5 100644
--- 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
};