summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-24 20:30:14 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-24 20:30:14 +0200
commit6e86f307ba68972063f18702e63221b76738c320 (patch)
treecd68f40ff5362a7d193f18494b9bc86072e0d274 /src/include
parent50f2485ae6ce6e99dcf29712c2008eae17e3ddc3 (diff)
downloadmerchant-6e86f307ba68972063f18702e63221b76738c320.tar.gz
merchant-6e86f307ba68972063f18702e63221b76738c320.tar.bz2
merchant-6e86f307ba68972063f18702e63221b76738c320.zip
fix DB test: total_sold must be ignored
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_merchantdb_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h
index b0af068b..09063897 100644
--- a/src/include/taler_merchantdb_plugin.h
+++ b/src/include/taler_merchantdb_plugin.h
@@ -953,7 +953,7 @@ struct TALER_MERCHANTDB_Plugin
* @param product_id product to lookup
* @param pd set to the product details on success, can be NULL
* (in that case we only want to check if the product exists);
- * total_sold in @a pd is ignored, total_lost must not
+ * total_sold in @a pd is ignored (!), total_lost must not
* exceed total_stock minus the existing total_sold;
* total_sold and total_stock must be larger or equal to
* the existing value;