diff options
author | priscilla <priscilla.huang@efrei.net> | 2022-12-21 11:26:50 -0500 |
---|---|---|
committer | priscilla <priscilla.huang@efrei.net> | 2022-12-21 11:26:50 -0500 |
commit | a36a978df4d0a4bc065ebd1e4ad08cdb9e19d7ea (patch) | |
tree | fe2d307ab0823bc9eb6377055ef3df8243567565 /src/include/taler_merchant_service.h | |
parent | 97ccd1b689b0ce5980d76ffb9c5624bc7f6c6723 (diff) |
update using templates
Diffstat (limited to 'src/include/taler_merchant_service.h')
-rw-r--r-- | src/include/taler_merchant_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h index c5bef549..c9224684 100644 --- a/src/include/taler_merchant_service.h +++ b/src/include/taler_merchant_service.h @@ -4397,7 +4397,7 @@ TALER_MERCHANT_using_templates_post ( struct GNUNET_CURL_Context *ctx, const char *backend_url, const char *summary, - struct TALER_Amount amount, + const struct TALER_Amount *amount, TALER_MERCHANT_UsingTemplatesPostCallback cb, void *cb_cls); |