[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-merchant] 02/09: rewinding payments within the gener
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-merchant] 02/09: rewinding payments within the generator. |
Date: |
Thu, 10 May 2018 22:18:46 +0200 |
This is an automated email from the git hooks/post-receive script.
marcello pushed a commit to branch master
in repository merchant.
commit ea86956514fba290c6c05b61634d42a28c2bfcf8
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu May 10 10:49:19 2018 +0200
rewinding payments within the generator.
---
src/merchant-tools/taler-merchant-generate-payments_new.c | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/src/merchant-tools/taler-merchant-generate-payments_new.c
b/src/merchant-tools/taler-merchant-generate-payments_new.c
index a2df433..4cb6405 100644
--- a/src/merchant-tools/taler-merchant-generate-payments_new.c
+++ b/src/merchant-tools/taler-merchant-generate-payments_new.c
@@ -49,6 +49,8 @@
#define USER_LOGIN_PASS "x"
#define EXCHANGE_URL "http://example.com/"
+#define FIRST_INSTRUCTION -1
+
#define CMD_TRANSFER_TO_EXCHANGE(label,amount) \
TALER_TESTING_cmd_fakebank_transfer (label, amount, \
bank_url, USER_ACCOUNT_NO, EXCHANGE_ACCOUNT_NO, \
@@ -182,6 +184,11 @@ run (void *cls,
"USD:4.99",
"USD:0.01"),
+ TALER_TESTING_cmd_rewind_ip
+ ("rewind-payments",
+ FIRST_INSTRUCTION,
+ &payments_number),
+
TALER_TESTING_cmd_end ()
};
--
To stop receiving notification emails like this one, please contact
address@hidden
- [GNUnet-SVN] [taler-merchant] branch master updated (f0de247 -> 15ecd39), gnunet, 2018/05/10
- [GNUnet-SVN] [taler-merchant] 03/09: comments, gnunet, 2018/05/10
- [GNUnet-SVN] [taler-merchant] 06/09: Paygen /track preparation., gnunet, 2018/05/10
- [GNUnet-SVN] [taler-merchant] 04/09: no "check" CMDs in paygen., gnunet, 2018/05/10
- [GNUnet-SVN] [taler-merchant] 05/09: --with-pybank option removed., gnunet, 2018/05/10
- [GNUnet-SVN] [taler-merchant] 02/09: rewinding payments within the generator.,
gnunet <=
- [GNUnet-SVN] [taler-merchant] 08/09: previous change continued., gnunet, 2018/05/10
- [GNUnet-SVN] [taler-merchant] 01/09: copy-and-paste fault., gnunet, 2018/05/10
- [GNUnet-SVN] [taler-merchant] 07/09: /track/transaction CMD stores WTID as trait., gnunet, 2018/05/10
- [GNUnet-SVN] [taler-merchant] 09/09: paygen has reached its (likely) final form., gnunet, 2018/05/10