gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-merchant] 01/03: /refund test op codes


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] 01/03: /refund test op codes
Date: Mon, 19 Jun 2017 18:02:24 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository merchant.

commit 45b9b9ac3dd98e6e6716d33b6b10ce1cb58f8caf
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Jun 19 16:29:21 2017 +0200

    /refund test op codes
---
 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
index 1d6b981..5374f7c 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 
 
 };
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]