summaryrefslogtreecommitdiff
path: root/src/lib/test_merchant_api.c
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-01-31 19:28:57 +0100
committerFlorian Dold <florian.dold@gmail.com>2018-01-31 19:28:57 +0100
commitd0078be494fed82a092952bfc36055d01bfdd60d (patch)
treeb834c0e2183e343be30fa06178e2dc3277ee6fbe /src/lib/test_merchant_api.c
parent9fe3018e88fa1222d169c0408f5614ab4ce7f72d (diff)
downloadmerchant-d0078be494fed82a092952bfc36055d01bfdd60d.tar.gz
merchant-d0078be494fed82a092952bfc36055d01bfdd60d.tar.bz2
merchant-d0078be494fed82a092952bfc36055d01bfdd60d.zip
remove remnants of tip-enable
Diffstat (limited to 'src/lib/test_merchant_api.c')
-rw-r--r--src/lib/test_merchant_api.c39
1 files changed, 0 insertions, 39 deletions
diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c
index d4f605fc..dc81b9a7 100644
--- a/src/lib/test_merchant_api.c
+++ b/src/lib/test_merchant_api.c
@@ -863,45 +863,6 @@ struct Command
struct {
/**
- * Reference to the operation that provisioned the reserve.
- * Used to determine the reserve private key and the instance.
- */
- const char *admin_add_incoming_ref;
-
- /**
- * Reference to another enable operation, usually NULL. Can
- * be set to a non-NULL value to call enable again with the
- * same @e credit_uuid that was previously used.
- */
- const char *uuid_ref;
-
- /**
- * How much should be put into the tipping reserve? If
- * NULL, the amount is taken from the @e admin_add_incoming_ref.
- */
- const char *amount;
-
- /**
- * Handle to the ongoing operation.
- */
- struct TALER_MERCHANT_TipEnableOperation *teo;
-
- /**
- * UUID used for the enable operation, set by the interpreter to
- * a random value UNLESS @e uuid_ref is non-NULL.
- */
- struct GNUNET_HashCode credit_uuid;
-
- /**
- * EC expected for the operation.
- */
- enum TALER_ErrorCode expected_ec;
-
- } tip_enable;
-
- struct {
-
- /**
* Specify the instance (to succeed, this must match a prior
* enable action and the respective wire transfer's instance).
*/