From 4b8dc55c4330df6a3d2a552985afdd6a80737405 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 2 Sep 2021 14:10:54 +0200 Subject: fix internal APIs and implemnetation to match new UUID specification based on application-defined strings; implement test for order creation with locks (#6932) --- src/include/taler_merchant_service.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/taler_merchant_service.h') 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); -- cgit v1.2.3