From 3a74de266c9724c6b804244e14870cd017e8a721 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 20 Oct 2020 20:24:03 +0200 Subject: expose refund_pending status in GET /private/orders/ operation. Fixes #6491. --- src/include/taler_merchant_service.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/include/taler_merchant_service.h') diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h index d16822a2..cd678597 100644 --- a/src/include/taler_merchant_service.h +++ b/src/include/taler_merchant_service.h @@ -1752,6 +1752,12 @@ struct TALER_MERCHANT_OrderStatusResponse */ bool refunded; + /** + * true if refunds were approved that have not yet been obtained + * by the wallet. + */ + bool refund_pending; + /** * true if the exchange paid the merchant for this order, * false if not. -- cgit v1.2.3