summaryrefslogtreecommitdiff
path: root/src/include/taler_merchant_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-09-02 14:10:54 +0200
committerChristian Grothoff <christian@grothoff.org>2021-09-02 14:10:58 +0200
commit4b8dc55c4330df6a3d2a552985afdd6a80737405 (patch)
tree3ca385ba66a0d39165765be0ca6ca13d415744e0 /src/include/taler_merchant_service.h
parent98d9dfb8c8637b8902e8b7f249834f807fa3e322 (diff)
downloadmerchant-4b8dc55c4330df6a3d2a552985afdd6a80737405.tar.gz
merchant-4b8dc55c4330df6a3d2a552985afdd6a80737405.tar.bz2
merchant-4b8dc55c4330df6a3d2a552985afdd6a80737405.zip
fix internal APIs and implemnetation to match new UUID specification based on application-defined strings; implement test for order creation with locks (#6932)
Diffstat (limited to 'src/include/taler_merchant_service.h')
-rw-r--r--src/include/taler_merchant_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h
index cc44e660..cc3063f6 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -1213,7 +1213,7 @@ TALER_MERCHANT_product_lock (
struct GNUNET_CURL_Context *ctx,
const char *backend_url,
const char *product_id,
- const struct GNUNET_Uuid *uuid,
+ const char *uuid,
struct GNUNET_TIME_Relative duration,
uint32_t quantity,
TALER_MERCHANT_ProductLockCallback cb,
@@ -1444,7 +1444,7 @@ TALER_MERCHANT_orders_post2 (
unsigned int inventory_products_length,
const struct TALER_MERCHANT_InventoryProduct inventory_products[],
unsigned int uuids_length,
- const struct GNUNET_Uuid uuids[],
+ const char *uuids[],
bool create_token,
TALER_MERCHANT_PostOrdersCallback cb,
void *cb_cls);