summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-get-orders-ID.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/backend/taler-merchant-httpd_private-get-orders-ID.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/backend/taler-merchant-httpd_private-get-orders-ID.c')
-rw-r--r--src/backend/taler-merchant-httpd_private-get-orders-ID.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/taler-merchant-httpd_private-get-orders-ID.c b/src/backend/taler-merchant-httpd_private-get-orders-ID.c
index 5cfba15e..6ef119c5 100644
--- a/src/backend/taler-merchant-httpd_private-get-orders-ID.c
+++ b/src/backend/taler-merchant-httpd_private-get-orders-ID.c
@@ -83,7 +83,7 @@ struct TransferQuery
/**
* Hash of the merchant's bank account the transfer (presumably) went to.
*/
- struct TALER_MerchantWireHash h_wire;
+ struct TALER_MerchantWireHashP h_wire;
/**
* Value deposited (including deposit fee).
@@ -200,7 +200,7 @@ struct GetOrderRequestContext
/**
* Hash over the @e contract_terms.
*/
- struct TALER_PrivateContractHash h_contract_terms;
+ struct TALER_PrivateContractHashP h_contract_terms;
/**
* Total amount the exchange deposited into our bank account
@@ -677,7 +677,7 @@ static void
deposit_cb (void *cls,
uint64_t deposit_serial,
const char *exchange_url,
- const struct TALER_MerchantWireHash *h_wire,
+ const struct TALER_MerchantWireHashP *h_wire,
const struct TALER_Amount *amount_with_fee,
const struct TALER_Amount *deposit_fee,
const struct TALER_CoinSpendPublicKeyP *coin_pub)
@@ -1444,7 +1444,7 @@ TMH_private_get_orders_ID (const struct TMH_RequestHandler *rh,
}
{
- struct TALER_PrivateContractHash *h_contract = NULL;
+ struct TALER_PrivateContractHashP *h_contract = NULL;
/* In a session-bound payment, allow the browser to check the order
* status page (e.g. to get a refund).