summaryrefslogtreecommitdiff
path: root/src/include/taler_merchant_service.h
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-26 23:55:48 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-26 23:55:48 +0200
commit62de3f174c61ade17c132846121e628345876153 (patch)
treef60828f02078be82747715128ddae07638329814 /src/include/taler_merchant_service.h
parentfe11d8a775ba848363a4e2b1ab41b3558aa1e755 (diff)
downloadmerchant-62de3f174c61ade17c132846121e628345876153.tar.gz
merchant-62de3f174c61ade17c132846121e628345876153.tar.bz2
merchant-62de3f174c61ade17c132846121e628345876153.zip
get rid of session_sig, as it is complex and does not work with mobile payments
Diffstat (limited to 'src/include/taler_merchant_service.h')
-rw-r--r--src/include/taler_merchant_service.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h
index 9cca90a3..5bbad14b 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -986,8 +986,6 @@ typedef void
* @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)
- * @parem session_id sesion signature for the payment (or NULL if the payment
- * is not bound to a session or the session is not signed yet)
* @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
* @return handle for this operation, NULL upon errors
@@ -999,7 +997,6 @@ TALER_MERCHANT_check_payment (struct GNUNET_CURL_Context *ctx,
const char *order_id,
const char *resource_url,
const char *session_id,
- const char *session_sig,
TALER_MERCHANT_CheckPaymentCallback check_payment_cb,
void *check_payment_cls);