summaryrefslogtreecommitdiff
path: root/src/include/taler_merchant_testing_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_merchant_testing_lib.h')
-rw-r--r--src/include/taler_merchant_testing_lib.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/include/taler_merchant_testing_lib.h b/src/include/taler_merchant_testing_lib.h
index c02cf514..94010bb4 100644
--- a/src/include/taler_merchant_testing_lib.h
+++ b/src/include/taler_merchant_testing_lib.h
@@ -1476,6 +1476,27 @@ TALER_TESTING_cmd_tip_pickup (const char *label,
#define TALER_MERCHANT_TESTING_SIMPLE_TRAITS(op) \
op (claim_nonce, const struct GNUNET_CRYPTO_EddsaPublicKey) \
op (tip_id, const struct GNUNET_HashCode) \
+ op (instance_name, const char *) \
+ op (instance_id, const char *) \
+ op (address, const json_t) \
+ op (product_description, const char *) \
+ op (product_image, const char *) \
+ op (product_stock, const int64_t) \
+ op (product_unit, const char *) \
+ op (product_id, const char *) \
+ op (reason, const char *) \
+ op (lock_uuid, const char *) \
+ op (auth_token, const char *) \
+ op (paths_length, uint32_t) \
+ op (tip_id, const struct GNUNET_HashCode) \
+ op (i18n_description, const json_t) \
+ op (taxes, const json_t) \
+ 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 (wire_delay, const struct GNUNET_TIME_Relative) \
+ op (pay_delay, const struct GNUNET_TIME_Relative) \
op (refund_entry, const struct TALER_MERCHANT_RefundDetail) \
op (h_contract_terms, const struct TALER_PrivateContractHash) \
op (proposal_reference, const char *)
@@ -1486,6 +1507,7 @@ 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 (planchet_secrets, struct TALER_PlanchetSecretsP *)