merchant

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

commit c97c4128593fb777434e3700e5d87ce9e76458d3
parent c99d335943b03ee33b4c87d83c5e70737c9de63c
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri, 25 May 2018 11:12:30 +0200

Commenting refund traits.

Diffstat:
Msrc/lib/testing_api_trait_planchet.c | 2++
Msrc/lib/testing_api_trait_refund_entry.c | 10+++++-----
2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/lib/testing_api_trait_planchet.c b/src/lib/testing_api_trait_planchet.c @@ -34,6 +34,7 @@ * @param cmd command to extract trait from. * @param index index of the trait. * @param planchet_secrets[out] set to the wanted secrets. + * * @return #GNUNET_OK on success */ int @@ -53,6 +54,7 @@ TALER_TESTING_get_trait_planchet_secrets * * @param index of the trait. * @param planchet_secrets set to the offered secrets. + * * @return the trait */ struct TALER_TESTING_Trait diff --git a/src/lib/testing_api_trait_refund_entry.c b/src/lib/testing_api_trait_refund_entry.c @@ -34,10 +34,10 @@ /** * Obtain refund entry from a @a cmd. * - * @param cmd command to extract trait from - * @param index which signature to pick if @a cmd has multiple - * on offer + * @param cmd command to extract the trait from. + * @param index the trait index. * @param refund_entry[out] set to the wanted data. + * * @return #GNUNET_OK on success */ int @@ -55,9 +55,9 @@ TALER_TESTING_get_trait_refund_entry /** * Offer refund entry. * - * @param index which tip id to offer if there are - * multiple on offer + * @param index index number of the trait to offer. * @param refund_entry set to the offered refund entry. + * * @return the trait */ struct TALER_TESTING_Trait