commit 2547740f84390e7ecf9fe6db01f843b2feb1c421
parent 002fd47ecdcaf4541a943b75332285dacf64f52f
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 11 Sep 2023 13:20:50 +0200
-matching exchange API change'
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
@@ -1371,8 +1371,7 @@ AGE_FAIL:
.merchant_payto_uri = pc->wm->payto_uri,
.wire_salt = pc->wm->wire_salt,
.h_contract_terms = pc->h_contract_terms,
- .policy_details = NULL, /* FIXME-oec #7270 */
- .timestamp = pc->timestamp,
+ .wallet_timestamp = pc->timestamp,
.merchant_pub = hc->instance->merchant_pub,
.refund_deadline = pc->refund_deadline
};