summaryrefslogtreecommitdiff
path: root/src/include/taler_merchant_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-03-18 23:09:15 +0100
committerChristian Grothoff <christian@grothoff.org>2024-03-18 23:09:15 +0100
commit42490d300851bf16e94d9ba19ed230fc41867e38 (patch)
tree7e2a3ad19af7c13e49408554447d43942f0cfafb /src/include/taler_merchant_service.h
parent63c171f49aa4b3d6d412bf50d07a0fae4beab211 (diff)
downloadmerchant-42490d300851bf16e94d9ba19ed230fc41867e38.tar.gz
merchant-42490d300851bf16e94d9ba19ed230fc41867e38.tar.bz2
merchant-42490d300851bf16e94d9ba19ed230fc41867e38.zip
implement protocol v12, fixes #7948
Diffstat (limited to 'src/include/taler_merchant_service.h')
-rw-r--r--src/include/taler_merchant_service.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h
index 2ed51a29..6ddf3ee4 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -1386,6 +1386,10 @@ struct TALER_MERCHANT_InventoryEntry
*/
const char *product_id;
+ /**
+ * Serial ID of the product.
+ */
+ uint64_t product_serial;
};