gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] 02/03: fix: order is "refund_pending" if any of the ref


From: gnunet
Subject: [taler-merchant] 02/03: fix: order is "refund_pending" if any of the refund is pending
Date: Wed, 11 May 2022 20:51:24 +0200

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository merchant.

commit 3670a0624142ceddc9cab82146f0695456d2e25b
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Wed May 11 15:47:44 2022 -0300

    fix: order is "refund_pending" if any of the refund is pending
---
 src/backend/taler-merchant-httpd_private-get-orders-ID.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd_private-get-orders-ID.c 
b/src/backend/taler-merchant-httpd_private-get-orders-ID.c
index 58c05604..eeb16e6f 100644
--- a/src/backend/taler-merchant-httpd_private-get-orders-ID.c
+++ b/src/backend/taler-merchant-httpd_private-get-orders-ID.c
@@ -801,7 +801,7 @@ process_refunds_cb (void *cls,
                                    &gorc->refund_amount,
                                    refund_amount));
   gorc->refunded = true;
-  gorc->refund_pending = pending;
+  gorc->refund_pending |= pending;
 }
 
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]