diff options
Diffstat (limited to 'src/lib/merchant_api_wallet_get_order.c')
-rw-r--r-- | src/lib/merchant_api_wallet_get_order.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/merchant_api_wallet_get_order.c b/src/lib/merchant_api_wallet_get_order.c index 08a91ef7..06806e0f 100644 --- a/src/lib/merchant_api_wallet_get_order.c +++ b/src/lib/merchant_api_wallet_get_order.c @@ -123,7 +123,7 @@ handle_wallet_get_order_finished (void *cls, GNUNET_JSON_spec_bool ("refund_pending", &refund_pending), TALER_JSON_spec_amount_any ("refund_amount", - &refund_amount), + &refund_amount), GNUNET_JSON_spec_end () }; struct TALER_MERCHANT_HttpResponse hr = { |