summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-11 13:20:50 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-11 13:24:09 +0200
commit2547740f84390e7ecf9fe6db01f843b2feb1c421 (patch)
tree218ab5f132d4218c8b8b3fb90e0f9c3c6e2179ac /src/backend/taler-merchant-httpd_post-orders-ID-pay.c
parent002fd47ecdcaf4541a943b75332285dacf64f52f (diff)
downloadmerchant-2547740f84390e7ecf9fe6db01f843b2feb1c421.tar.gz
merchant-2547740f84390e7ecf9fe6db01f843b2feb1c421.tar.bz2
merchant-2547740f84390e7ecf9fe6db01f843b2feb1c421.zip
-matching exchange API change'
Diffstat (limited to 'src/backend/taler-merchant-httpd_post-orders-ID-pay.c')
-rw-r--r--src/backend/taler-merchant-httpd_post-orders-ID-pay.c3
1 files changed, 1 insertions, 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
index 5233d103..7aaf4d65 100644
--- 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
};