merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 9dafa9305a60a238b2b4b814e2029a2ae68bca87
parent 28a7b7364c64415a9e8a721f64dc8b7857b9fa9a
Author: Christian Blättler <blatc2@bfh.ch>
Date:   Fri, 19 Apr 2024 10:48:18 +0200

fix typos

Diffstat:
Msrc/backend/taler-merchant-httpd_contract.h | 2+-
Msrc/backend/taler-merchant-httpd_private-post-orders.c | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_contract.h b/src/backend/taler-merchant-httpd_contract.h @@ -376,7 +376,7 @@ struct TALER_MerchantContractTokenAuthority }; /** - * Struct to hold contract terms in v0 and v1 format. v0 contracts are mdoelled + * Struct to hold contract terms in v0 and v1 format. v0 contracts are modelled * as a v1 contract with a single choice and no inputs and outputs. Use the * version field to explicitly differentiate between v0 and v1 contracts. */ diff --git a/src/backend/taler-merchant-httpd_private-post-orders.c b/src/backend/taler-merchant-httpd_private-post-orders.c @@ -1524,11 +1524,11 @@ serialize_order (struct OrderContext *oc) // TODO: Finish spec to clearly define how token families are stored in // ContractTerms. // Here are some thoughts: - // - Multiple keys of the same token family can be referrenced in + // - Multiple keys of the same token family can be referenced in // one contract. E.g. exchanging old subscription for new. // - TokenAuthority should be renamed to TokenFamily for consistency. // - TokenFamilySlug can be used instead of TokenAuthorityLabel, but - // every token-based in- or ouput needs to have a valid_after date, + // every token-based in- or output needs to have a valid_after date, // so it's clear with key is referenced. json_t *jauthority = GNUNET_JSON_PACK ( GNUNET_JSON_pack_string ("description",