summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_refund.c
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-07-05 14:10:50 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-07-05 14:11:26 +0200
commit5e2e4432704549a7326fbce5ac59c082d777f186 (patch)
treea63bf50b0177164ea5ad8dc3c2947403da20f3f8 /src/backend/taler-merchant-httpd_refund.c
parent15ff300f61aaea3505f206eef0a4a2c3cfe033e6 (diff)
downloadmerchant-5e2e4432704549a7326fbce5ac59c082d777f186.tar.gz
merchant-5e2e4432704549a7326fbce5ac59c082d777f186.tar.bz2
merchant-5e2e4432704549a7326fbce5ac59c082d777f186.zip
moving a 'PS' struct into exchange codebase
Diffstat (limited to 'src/backend/taler-merchant-httpd_refund.c')
-rw-r--r--src/backend/taler-merchant-httpd_refund.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/taler-merchant-httpd_refund.c b/src/backend/taler-merchant-httpd_refund.c
index ba79bf9a..509235e5 100644
--- a/src/backend/taler-merchant-httpd_refund.c
+++ b/src/backend/taler-merchant-httpd_refund.c
@@ -119,7 +119,7 @@ MH_handler_refund_increase (struct TMH_RequestHandler *rh,
const char *merchant;
struct MerchantInstance *mi;
struct GNUNET_HashCode h_contract_terms;
- struct RefundConfirmationP confirmation;
+ struct TALER_MerchantRefundConfirmationPS confirmation;
struct GNUNET_CRYPTO_EddsaSignature sig;
struct GNUNET_JSON_Specification spec[] = {
TALER_JSON_spec_amount ("refund", &refund),
@@ -264,7 +264,7 @@ MH_handler_refund_increase (struct TMH_RequestHandler *rh,
GNUNET_JSON_parse_free (spec);
confirmation.purpose.purpose = htonl (TALER_SIGNATURE_MERCHANT_REFUND_OK);
- confirmation.purpose.size = htonl (sizeof (struct RefundConfirmationP));
+ confirmation.purpose.size = htonl (sizeof (struct TALER_MerchantRefundConfirmationPS));
if (GNUNET_OK !=
GNUNET_CRYPTO_eddsa_sign (&mi->privkey.eddsa_priv,