diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2022-03-22 16:37:17 +0100 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2022-03-22 16:37:17 +0100 |
commit | cf4d81320ad825ff280f71c0bbace845f722dca0 (patch) | |
tree | 0437cd0c84f83c18672a929d672244a48c7372c9 | |
parent | abef072191bf1e2507da6027d599cd7aae0b3ea1 (diff) |
-typo fixed
-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 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", |