aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-04-25 23:13:18 +0200
committerChristian Grothoff <christian@grothoff.org>2023-04-25 23:13:18 +0200
commitfd591efee4be6d6500c59d459385f0950c9c0439 (patch)
treef35fad6528dcd06e62e9a615215745c8819e3c5d /src
parentc15fd9bbd19025c5669848ba69fc72b6344e43f6 (diff)
-fix doxygen
Diffstat (limited to 'src')
-rw-r--r--src/backend/taler-merchant-httpd_post-orders-ID-paid.c2
-rw-r--r--src/include/taler_merchantdb_plugin.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-paid.c b/src/backend/taler-merchant-httpd_post-orders-ID-paid.c
index ee00b973..946e30a1 100644
--- a/src/backend/taler-merchant-httpd_post-orders-ID-paid.c
+++ b/src/backend/taler-merchant-httpd_post-orders-ID-paid.c
@@ -99,7 +99,6 @@ TMH_post_orders_ID_paid (const struct TMH_RequestHandler *rh,
}
}
-
if (GNUNET_OK !=
TALER_merchant_pay_verify (&hct,
&hc->instance->merchant_pub,
@@ -173,7 +172,6 @@ TMH_post_orders_ID_paid (const struct TMH_RequestHandler *rh,
}
}
-
fulfillment_url
= json_string_value (json_object_get (contract_terms,
"fulfillment_url"));
diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h
index 62dcf5e7..0d191878 100644
--- a/src/include/taler_merchantdb_plugin.h
+++ b/src/include/taler_merchantdb_plugin.h
@@ -721,7 +721,6 @@ typedef void
* @param exchange_url base URL of the exchange that initiated the transfer
* @param payto_uri account of the merchant that received the transfer
* @param wtid wire transfer subject identifying the aggregation
- * @param execution_time when did the merchant observe the transfer
* @param total total amount that was wired
* @param next_attempt when should we next try to interact with the exchange
*/