diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-02-21 00:25:06 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-02-21 00:25:31 +0100 |
commit | 7d9f4347829af7f39393f5808a1f8d6bbea89a51 (patch) | |
tree | 1d15a0e4b4771d3c461c5fc9a7c296faf2e8bb81 /src/lib/merchant_api_post_order_paid.c | |
parent | 98fab354308e6b26c931dbdbeb68463a9c4cdadd (diff) |
-big renaming of structs for consistent naming with P suffix
Diffstat (limited to 'src/lib/merchant_api_post_order_paid.c')
-rw-r--r-- | src/lib/merchant_api_post_order_paid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/merchant_api_post_order_paid.c b/src/lib/merchant_api_post_order_paid.c index 0ce1fe05..2c398f90 100644 --- a/src/lib/merchant_api_post_order_paid.c +++ b/src/lib/merchant_api_post_order_paid.c @@ -166,7 +166,7 @@ TALER_MERCHANT_order_paid ( const char *merchant_url, const char *order_id, const char *session_id, - const struct TALER_PrivateContractHash *h_contract_terms, + const struct TALER_PrivateContractHashP *h_contract_terms, const struct TALER_MerchantSignatureP *merchant_sig, TALER_MERCHANT_OrderPaidCallback paid_cb, void *paid_cb_cls) |