summaryrefslogtreecommitdiff
path: root/src/include/taler_merchant_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_merchant_service.h')
-rw-r--r--src/include/taler_merchant_service.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h
index 5bbad14b..a5a9e36e 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -984,7 +984,6 @@ typedef void
* @param backend_url base URL of the merchant backend
* @param instance instance used for the transaction
* @param order_id order id to identify the payment
- * @parem resource_url resource URL to identify duplicate payments (can be NULL)
* @parem session_id sesion id for the payment (or NULL if the payment is not bound to a session)
* @param check_payment_cb callback which will work the response gotten from the backend
* @param check_payment_cb_cls closure to pass to @a check_payment_cb
@@ -995,7 +994,6 @@ TALER_MERCHANT_check_payment (struct GNUNET_CURL_Context *ctx,
const char *backend_url,
const char *instance,
const char *order_id,
- const char *resource_url,
const char *session_id,
TALER_MERCHANT_CheckPaymentCallback check_payment_cb,
void *check_payment_cls);