donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit cb2151885821cf8d2bb09ae83444d48d06ef3564
parent eb10b91085665da0e2e6395279b46ac9d6d4bfef
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed,  3 Jun 2026 00:27:43 +0200

handle new case

Diffstat:
Msrc/lib/donau_api_batch_issue_receipts.c | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/lib/donau_api_batch_issue_receipts.c b/src/lib/donau_api_batch_issue_receipts.c @@ -264,6 +264,11 @@ handle_batch_issue_finished (void *cls, biresp.hr.ec = TALER_JSON_get_error_code (j); biresp.hr.hint = TALER_JSON_get_error_hint (j); break; + // donation unit key is not yet valid + case MHD_HTTP_TOO_EARLY: + biresp.hr.ec = TALER_JSON_get_error_code (j); + biresp.hr.hint = TALER_JSON_get_error_hint (j); + break; default: /* unexpected response code */ GNUNET_break_op (0);