summaryrefslogtreecommitdiff
path: root/src/include/taler_merchant_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-30 16:26:28 +0100
committerChristian Grothoff <christian@grothoff.org>2020-10-30 16:26:28 +0100
commitdf8395e9c528a3eed89ce0814bc8b5c37daae267 (patch)
treed93b71112a424c46fdbaebf603141d072912aa29 /src/include/taler_merchant_service.h
parent5b311d513626a4ecf82132c62860b3eff745edd5 (diff)
downloadmerchant-df8395e9c528a3eed89ce0814bc8b5c37daae267.tar.gz
merchant-df8395e9c528a3eed89ce0814bc8b5c37daae267.tar.bz2
merchant-df8395e9c528a3eed89ce0814bc8b5c37daae267.zip
address FIXMEs: support args being optional, detail does not exist in reply, so remove obsolete FIXME
Diffstat (limited to 'src/include/taler_merchant_service.h')
-rw-r--r--src/include/taler_merchant_service.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h
index 7c757c71..656ae76e 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -2674,17 +2674,19 @@ struct TALER_MERCHANT_TransferData
/**
* Time of the wire transfer, according to the exchange.
+ * 0 for not provided by the exchange.
*/
struct GNUNET_TIME_Absolute execution_time;
/**
- * Did we check the exchange's answer and are happy about it? False
- * if we did not check or are unhappy with the answer.
+ * Did we check the exchange's answer and are happy about it? False if we
+ * did not check or are unhappy with the answer.
*/
bool verified;
/**
- * Did we confirm the wire transfer happened (via #TALER_MERCHANT_transfers_post())?
+ * Did we confirm the wire transfer happened (via
+ * #TALER_MERCHANT_transfers_post())?
*/
bool confirmed;