[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] branch master updated: -remove fields
From: |
gnunet |
Subject: |
[taler-wallet-core] branch master updated: -remove fields |
Date: |
Fri, 08 Sep 2023 13:51:26 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository wallet-core.
The following commit(s) were added to refs/heads/master by this push:
new 1f7d2a9cd -remove fields
1f7d2a9cd is described below
commit 1f7d2a9cd21b1d6702b59d228a590bffe1a6f30e
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Sep 8 13:51:25 2023 +0200
-remove fields
---
packages/taler-wallet-core/src/operations/pay-merchant.ts | 3 ---
1 file changed, 3 deletions(-)
diff --git a/packages/taler-wallet-core/src/operations/pay-merchant.ts
b/packages/taler-wallet-core/src/operations/pay-merchant.ts
index 3a7208ab0..57367bb20 100644
--- a/packages/taler-wallet-core/src/operations/pay-merchant.ts
+++ b/packages/taler-wallet-core/src/operations/pay-merchant.ts
@@ -317,11 +317,8 @@ export function extractContractData(
wireInfoHash: parsedContractTerms.h_wire,
maxDepositFee: Amounts.stringify(parsedContractTerms.max_fee),
merchant: parsedContractTerms.merchant,
- products: parsedContractTerms.products,
summaryI18n: parsedContractTerms.summary_i18n,
minimumAge: parsedContractTerms.minimum_age,
- deliveryDate: parsedContractTerms.delivery_date,
- deliveryLocation: parsedContractTerms.delivery_location,
};
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-wallet-core] branch master updated: -remove fields,
gnunet <=