aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_wallet_post_orders_refund.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-21 00:25:06 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-21 00:25:31 +0100
commit7d9f4347829af7f39393f5808a1f8d6bbea89a51 (patch)
tree1d15a0e4b4771d3c461c5fc9a7c296faf2e8bb81 /src/testing/testing_api_cmd_wallet_post_orders_refund.c
parent98fab354308e6b26c931dbdbeb68463a9c4cdadd (diff)
downloadmerchant-7d9f4347829af7f39393f5808a1f8d6bbea89a51.tar.gz
merchant-7d9f4347829af7f39393f5808a1f8d6bbea89a51.tar.bz2
merchant-7d9f4347829af7f39393f5808a1f8d6bbea89a51.zip
-big renaming of structs for consistent naming with P suffix
Diffstat (limited to 'src/testing/testing_api_cmd_wallet_post_orders_refund.c')
-rw-r--r--src/testing/testing_api_cmd_wallet_post_orders_refund.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing_api_cmd_wallet_post_orders_refund.c b/src/testing/testing_api_cmd_wallet_post_orders_refund.c
index b138b327..b9e7981f 100644
--- a/src/testing/testing_api_cmd_wallet_post_orders_refund.c
+++ b/src/testing/testing_api_cmd_wallet_post_orders_refund.c
@@ -173,7 +173,7 @@ obtain_refunds_run (void *cls,
const struct TALER_TESTING_Command *proposal_cmd =
TALER_TESTING_interpreter_lookup_command (is,
wrs->proposal_reference);
- const struct TALER_PrivateContractHash *h_contract_terms;
+ const struct TALER_PrivateContractHashP *h_contract_terms;
const char *order_id;
if (NULL == proposal_cmd)