diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2022-11-04 14:16:02 +0100 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2022-11-04 14:16:02 +0100 |
commit | 2ee30beb476429829be0ddcc7c08244874295399 (patch) | |
tree | 0c22ed4641f1ed8e716db44c736ac8340efe076d | |
parent | 39ffb77ab5a2a805bfc5193825fa77870f17780a (diff) |
-struct member typo
-rw-r--r-- | src/backend/taler-merchant-httpd_post-orders-ID-pay.c | 2 |
1 files changed, 1 insertions, 1 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 1354d730..53a5711f 100644 --- a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c +++ b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c @@ -1399,7 +1399,7 @@ AGE_FAIL: .merchant_payto_uri = pc->wm->payto_uri, .wire_salt = pc->wm->wire_salt, .h_contract_terms = pc->h_contract_terms, - .extension_details = NULL /* FIXME #7270 */, + .policy_details = NULL, /* FIXME-oec #7270 */ .timestamp = pc->timestamp, .merchant_pub = hc->instance->merchant_pub, .refund_deadline = pc->refund_deadline |