diff options
author | priscilla <priscilla.huang@efrei.net> | 2023-02-20 04:40:12 -0500 |
---|---|---|
committer | priscilla <priscilla.huang@efrei.net> | 2023-02-20 12:19:40 -0500 |
commit | 83c11d7428c6d4ba2e1749630724c39811a24241 (patch) | |
tree | f9b51c1c2b718166185a8d5338d21271996c2358 /src/lib/merchant_api_patch_template.c | |
parent | 69341625aad4b0a1b3642103226f11c2ec4d943c (diff) |
pull changes
Diffstat (limited to 'src/lib/merchant_api_patch_template.c')
-rw-r--r-- | src/lib/merchant_api_patch_template.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/merchant_api_patch_template.c b/src/lib/merchant_api_patch_template.c index 44357cc0..5034101d 100644 --- a/src/lib/merchant_api_patch_template.c +++ b/src/lib/merchant_api_patch_template.c @@ -162,7 +162,7 @@ TALER_MERCHANT_template_patch ( const char *backend_url, const char *template_id, const char *template_description, - const char *image, + const char *pos_key, json_t *template_contract, TALER_MERCHANT_TemplatePatchCallback cb, void *cb_cls) @@ -174,8 +174,8 @@ TALER_MERCHANT_template_patch ( GNUNET_JSON_pack_string ("template_description", template_description), GNUNET_JSON_pack_allow_null ( - GNUNET_JSON_pack_string ("image", - image)), + GNUNET_JSON_pack_string ("pos_key", + pos_key)), GNUNET_JSON_pack_object_incref ("template_contract", (json_t *) template_contract)); tph = GNUNET_new (struct TALER_MERCHANT_TemplatePatchHandle); |