summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-07-23 18:44:08 +0200
committerChristian Grothoff <christian@grothoff.org>2021-07-23 18:44:08 +0200
commit879be3f7d27eb5279bbe51194a66aab4fcc8d8ce (patch)
tree2a8e5a4a4e0725a05cba443160e12aac59d6c379 /src/lib
parent316aca645c411b7a8b886711b002360f1c9a5fed (diff)
downloadmerchant-879be3f7d27eb5279bbe51194a66aab4fcc8d8ce.tar.gz
merchant-879be3f7d27eb5279bbe51194a66aab4fcc8d8ce.tar.bz2
merchant-879be3f7d27eb5279bbe51194a66aab4fcc8d8ce.zip
-fix struct name
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/merchant_api_post_order_pay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/merchant_api_post_order_pay.c b/src/lib/merchant_api_post_order_pay.c
index eb9ecba1..8decd2b1 100644
--- a/src/lib/merchant_api_post_order_pay.c
+++ b/src/lib/merchant_api_post_order_pay.c
@@ -264,7 +264,7 @@ handle_pay_finished (void *cls,
if (oph->am_wallet)
{
/* Here we can (and should) verify the merchant's signature */
- struct PaymentResponsePS pr = {
+ struct TALER_PaymentResponsePS pr = {
.purpose.purpose = htonl (TALER_SIGNATURE_MERCHANT_PAYMENT_OK),
.purpose.size = htonl (sizeof (pr)),
.h_contract_terms = oph->h_contract_terms