From cf4d81320ad825ff280f71c0bbace845f722dca0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Kesim?= Date: Tue, 22 Mar 2022 16:37:17 +0100 Subject: -typo fixed --- 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 3bdf5e50..ff4f1ab1 100644 --- a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c +++ b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c @@ -2041,7 +2041,7 @@ parse_pay (struct MHD_Connection *connection, { struct DepositConfirmation *dc = &pc->dc[coins_index]; const char *exchange_url; - struct TALER_AgeAttestationPS minimum_age_sig = {0}; + struct TALER_AgeAttestation minimum_age_sig = {0}; json_t *age_commitment = NULL; struct GNUNET_JSON_Specification ispec[] = { GNUNET_JSON_spec_fixed_auto ("coin_sig", -- cgit v1.2.3