summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
commitcf4d81320ad825ff280f71c0bbace845f722dca0 (patch)
tree0437cd0c84f83c18672a929d672244a48c7372c9
parentabef072191bf1e2507da6027d599cd7aae0b3ea1 (diff)
downloadmerchant-cf4d81320ad825ff280f71c0bbace845f722dca0.tar.gz
merchant-cf4d81320ad825ff280f71c0bbace845f722dca0.tar.bz2
merchant-cf4d81320ad825ff280f71c0bbace845f722dca0.zip
-typo fixed
-rw-r--r--src/backend/taler-merchant-httpd_post-orders-ID-pay.c2
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",