diff options
Diffstat (limited to 'src/include/taler_merchant_service.h')
-rw-r--r-- | src/include/taler_merchant_service.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h index 3c660742..63be079a 100644 --- a/src/include/taler_merchant_service.h +++ b/src/include/taler_merchant_service.h @@ -3343,7 +3343,7 @@ struct TALER_MERCHANT_UsedToken /** * Information the frontend forwards to the backend for an output token. The * blinded issue signature is set once the request return with an HTTP_OK. - * This does not inlcude the blinding secret or any other private information. + * This does not include the blinding secret or any other private information. */ struct TALER_MERCHANT_OutputToken { @@ -3481,7 +3481,7 @@ struct TALER_MERCHANT_UseToken * @param merchant_url base URL of the merchant * @param session_id session to pay for, or NULL for none * @param h_contract hash of the contact of the merchant with the customer - * @param choice_index index of the selected contract coice, -1 for none + * @param choice_index index of the selected contract choice, -1 for none * @param amount total value of the contract to be paid to the merchant * @param max_fee maximum fee covered by the merchant (according to the contract) * @param merchant_pub the public key of the merchant (used to identify the merchant for refund requests) @@ -3522,7 +3522,8 @@ TALER_MERCHANT_order_pay ( unsigned int num_tokens, const struct TALER_MERCHANT_UseToken tokens[static num_tokens], unsigned int num_output_tokens, - const struct TALER_MERCHANT_OutputToken output_tokens[static num_output_tokens], + const struct TALER_MERCHANT_OutputToken output_tokens[static num_output_tokens + ], TALER_MERCHANT_OrderPayCallback pay_cb, void *pay_cb_cls); |