commit cf4d81320ad825ff280f71c0bbace845f722dca0 parent abef072191bf1e2507da6027d599cd7aae0b3ea1 Author: Özgür Kesim <oec-taler@kesim.org> Date: Tue, 22 Mar 2022 16:37:17 +0100 -typo fixed Diffstat:
| M | 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 @@ -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",