gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 17/189: -small fixes from QC


From: gnunet
Subject: [taler-wallet-core] 17/189: -small fixes from QC
Date: Fri, 13 Dec 2024 15:25:07 +0100

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

sebasjm pushed a commit to branch master
in repository wallet-core.

commit db13a4fc819c188053fda34251c042c9762738c4
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Nov 27 15:55:06 2024 +0100

    -small fixes from QC
---
 packages/taler-util/src/codec.ts               | 4 ++--
 packages/taler-wallet-core/src/pay-merchant.ts | 3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/packages/taler-util/src/codec.ts b/packages/taler-util/src/codec.ts
index 19b3f6ab4..4c02fb1d7 100644
--- a/packages/taler-util/src/codec.ts
+++ b/packages/taler-util/src/codec.ts
@@ -159,8 +159,8 @@ class ObjectCodecBuilder<OutputType, PartialOutputType> {
           if (allowExtra) {
             obj[prop] = x[prop];
           } else if (deprecatedPros.has(prop)) {
-            logger.warn(
-              `Deprecated operty ${prop} for ${objectDisplayName} at 
${renderContext(
+            logger.trace(
+              `Deprecated property ${prop} for ${objectDisplayName} at 
${renderContext(
                 c,
               )}`,
             );
diff --git a/packages/taler-wallet-core/src/pay-merchant.ts 
b/packages/taler-wallet-core/src/pay-merchant.ts
index ccee5da4e..a81caacff 100644
--- a/packages/taler-wallet-core/src/pay-merchant.ts
+++ b/packages/taler-wallet-core/src/pay-merchant.ts
@@ -653,7 +653,7 @@ export class RefundTransactionContext implements 
TransactionContext {
         refundGroupId: refundRecord.refundGroupId,
       }),
       txState,
-      txActions: [],
+      txActions: [TransactionAction.Delete],
       paymentInfo,
     };
   }
@@ -670,7 +670,6 @@ export class RefundTransactionContext implements 
TransactionContext {
         await tx.refundGroups.delete(refundGroupId);
         await this.updateTransactionMeta(tx);
         await tx.tombstones.put({ id: transactionId });
-        // FIXME: Also tombstone the refund items, so that they won't reappear.
       },
     );
   }

-- 
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]