gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 03/03: kyc url


From: gnunet
Subject: [taler-wallet-core] 03/03: kyc url
Date: Mon, 05 Jun 2023 15:04:34 +0200

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

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

commit 16900104b57036ceb4eac61891d9ff5679b4737a
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Jun 5 10:04:24 2023 -0300

    kyc url
---
 .../src/wallet/Transaction.stories.tsx                         | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git 
a/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx 
b/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx
index c2bceb067..046757ab0 100644
--- a/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx
+++ b/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx
@@ -29,6 +29,7 @@ import {
   TransactionDeposit,
   TransactionIdStr,
   TransactionMajorState,
+  TransactionMinorState,
   TransactionPayment,
   TransactionPeerPullCredit,
   TransactionPeerPullDebit,
@@ -169,6 +170,7 @@ const exampleData = {
       summary: "take this money",
       completed: true,
     },
+    kycUrl: undefined,
     exchangeBaseUrl: "https://exchange.taler.net";,
   } as TransactionPeerPushCredit,
   push_debit: {
@@ -197,6 +199,7 @@ const exampleData = {
       summary: "pay me, please?",
       completed: true,
     },
+    kycUrl: undefined,
     exchangeBaseUrl: "https://exchange.taler.net";,
   } as TransactionPeerPullCredit,
   pull_debit: {
@@ -278,7 +281,12 @@ export const WithdrawError = 
tests.createExample(TestedComponent, {
 export const WithdrawErrorKYC = tests.createExample(TestedComponent, {
   transaction: {
     ...exampleData.withdraw,
-    error: kycError,
+    txState: {
+      major: TransactionMajorState.Pending,
+      minor: TransactionMinorState.KycRequired,
+    },
+
+    // error: kycError,
   },
 });
 // export const WithdrawErrorInDevMode = tests.createExampleInCustomContext(

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