[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taler-android] 03/03: [wallet] products in TransactionInfo seem t
From: |
gnunet |
Subject: |
[taler-taler-android] 03/03: [wallet] products in TransactionInfo seem to be optional now |
Date: |
Wed, 27 Sep 2023 10:47:39 +0200 |
This is an automated email from the git hooks/post-receive script.
torsten-grote pushed a commit to branch master
in repository taler-android.
commit db4fbe0366f00a2c3a090ca60337115019881356
Author: Torsten Grote <t@grobox.de>
AuthorDate: Wed Sep 27 10:47:16 2023 +0200
[wallet] products in TransactionInfo seem to be optional now
---
wallet/src/main/java/net/taler/wallet/transactions/Transactions.kt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wallet/src/main/java/net/taler/wallet/transactions/Transactions.kt
b/wallet/src/main/java/net/taler/wallet/transactions/Transactions.kt
index 536d433..6b1d135 100644
--- a/wallet/src/main/java/net/taler/wallet/transactions/Transactions.kt
+++ b/wallet/src/main/java/net/taler/wallet/transactions/Transactions.kt
@@ -236,7 +236,7 @@ class TransactionInfo(
val summary: String,
@SerialName("summary_i18n")
val summaryI18n: Map<String, String>? = null,
- val products: List<ContractProduct>,
+ val products: List<ContractProduct> = emptyList(),
val fulfillmentUrl: String? = null,
/**
* Message shown to the user after the payment is complete.
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.