summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-28 21:05:53 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-28 21:05:53 +0200
commit7d23dbe6ee21afc6d28df50516e694f205aada29 (patch)
treec703abe21ce038f68b12c1653df9049a856446df /src/include
parentca87a98695221ea3b8beb08c40cf04f6afe7bd2c (diff)
downloadmerchant-7d23dbe6ee21afc6d28df50516e694f205aada29.tar.gz
merchant-7d23dbe6ee21afc6d28df50516e694f205aada29.tar.bz2
merchant-7d23dbe6ee21afc6d28df50516e694f205aada29.zip
-work on FTBFS
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_merchant_testing_lib.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/include/taler_merchant_testing_lib.h b/src/include/taler_merchant_testing_lib.h
index 94010bb4..8b6724f1 100644
--- a/src/include/taler_merchant_testing_lib.h
+++ b/src/include/taler_merchant_testing_lib.h
@@ -1487,14 +1487,17 @@ TALER_TESTING_cmd_tip_pickup (const char *label,
op (reason, const char *) \
op (lock_uuid, const char *) \
op (auth_token, const char *) \
- op (paths_length, uint32_t) \
+ op (paths_length, const uint32_t) \
+ op (payto_length, const uint32_t) \
+ op (num_planchets, const uint32_t) \
op (tip_id, const struct GNUNET_HashCode) \
op (i18n_description, const json_t) \
op (taxes, const json_t) \
+ op (fee, const struct TALER_Amount) \
op (max_wire_fee, const struct TALER_Amount) \
op (max_deposit_fee, const struct TALER_Amount) \
op (wire_fee_amortization, const uint32_t) \
- op (jurisdiction, const json_t *) \
+ op (jurisdiction, const json_t) \
op (wire_delay, const struct GNUNET_TIME_Relative) \
op (pay_delay, const struct GNUNET_TIME_Relative) \
op (refund_entry, const struct TALER_MERCHANT_RefundDetail) \
@@ -1508,6 +1511,8 @@ TALER_TESTING_cmd_tip_pickup (const char *label,
#define TALER_MERCHANT_TESTING_INDEXED_TRAITS(op) \
op (coin_reference, const char *) \
op (paths, const char *) \
+ op (payto_uris, const char *) \
+ op (amounts, const struct TALER_Amount) \
op (planchet_secrets, struct TALER_PlanchetSecretsP *)