summaryrefslogtreecommitdiff
path: root/src/include/merchant.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-11-17 16:52:29 +0100
committerChristian Grothoff <christian@grothoff.org>2015-11-17 16:52:29 +0100
commita1de67c3e70ac52d65794ce3ae5228c11e42e3c1 (patch)
treec04ccc9fb78979d8f8da93efddf8513708bef198 /src/include/merchant.h
parentf95cfd95547a96c2d398dc1032b2e6071185c848 (diff)
parent965cefde1f05541ac113ad37bc798d1e8f115293 (diff)
downloadmerchant-a1de67c3e70ac52d65794ce3ae5228c11e42e3c1.tar.gz
merchant-a1de67c3e70ac52d65794ce3ae5228c11e42e3c1.tar.bz2
merchant-a1de67c3e70ac52d65794ce3ae5228c11e42e3c1.zip
update documentation and logic for checkout page
Diffstat (limited to 'src/include/merchant.h')
-rw-r--r--src/include/merchant.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/include/merchant.h b/src/include/merchant.h
index 582c4cf1..eb430360 100644
--- a/src/include/merchant.h
+++ b/src/include/merchant.h
@@ -41,11 +41,18 @@
} while (0)
/**
- * Outcome of a /deposit request for a coin
+ * Outcome of a /deposit request for a coin. Typically forming an array enclosed
+ * into the unique PayContext
*/
struct MERCHANT_DepositConfirmation
{
/**
+ * Reference to the per-deposit-handler Context. Needed by the
+ * cleanup function to get it freed
+ */
+ struct DepositCallbackContext *dcc;
+
+ /**
* True if this coin's outcome has been read from
* its cb
*/