gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: -struct member typo


From: gnunet
Subject: [taler-merchant] branch master updated: -struct member typo
Date: Fri, 04 Nov 2022 14:16:04 +0100

This is an automated email from the git hooks/post-receive script.

oec pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 2ee30beb -struct member typo
2ee30beb is described below

commit 2ee30beb476429829be0ddcc7c08244874295399
Author: Özgür Kesim <oec-taler@kesim.org>
AuthorDate: Fri Nov 4 14:16:02 2022 +0100

    -struct member typo
---
 src/backend/taler-merchant-httpd_post-orders-ID-pay.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]