gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: defining /refund te


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: defining /refund testcases data structs
Date: Mon, 19 Jun 2017 16:26:10 +0200

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

marcello pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 8bfff6a  defining /refund testcases data structs
8bfff6a is described below

commit 8bfff6a639641ca82ee7e983aea4193e4e85823c
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Jun 19 16:26:13 2017 +0200

    defining /refund testcases data structs
---
 src/lib/test_merchant_api.c | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c
index 13cb113..1d6b981 100644
--- a/src/lib/test_merchant_api.c
+++ b/src/lib/test_merchant_api.c
@@ -609,7 +609,37 @@ struct Command
 
     } history;
 
+    struct {
+      /**
+       * Reference to the order we want reimbursed
+       */
+      char *order_id;
+
+      /**
+       * Handle to a refund increase operation
+       */
+      struct TALER_MERCHANT_RefundIncreaseOperation *rio;
+
+      /**
+       * Amount to refund
+       */
+      const char *refund_amount;
+
+    } refund_increase;
+
+    struct {
+
+      /**
+       * Reference to the order whose refund was increased
+       */
+      char *order_id;
+
+      /**
+       * Handle to the operation
+       */
+      struct TALER_MERCHANT_RefundLookupOperation *rlo;
 
+    } refund_lookup;
 
   } details;
 

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



reply via email to

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