gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-wallet-webex] branch master updated: cosmetics


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] branch master updated: cosmetics
Date: Mon, 29 Jan 2018 18:40:33 +0100

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

dold pushed a commit to branch master
in repository wallet-webex.

The following commit(s) were added to refs/heads/master by this push:
     new 83674bd7 cosmetics
83674bd7 is described below

commit 83674bd7a9d4524753f6d438ea88b76a52d43a9b
Author: Florian Dold <address@hidden>
AuthorDate: Mon Jan 29 18:40:29 2018 +0100

    cosmetics
---
 src/talerTypes.ts                    | 4 ++--
 src/webex/pages/confirm-contract.tsx | 1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/talerTypes.ts b/src/talerTypes.ts
index 611d667c..62e001a9 100644
--- a/src/talerTypes.ts
+++ b/src/talerTypes.ts
@@ -466,9 +466,9 @@ export interface PayReq {
   order_id: string;
 
   /**
-   * Mode for /pay (pay or refund)
+   * Mode for /pay.
    */
-  mode: string;
+  mode: "pay" | "abort-refund";
 }
 
 
diff --git a/src/webex/pages/confirm-contract.tsx 
b/src/webex/pages/confirm-contract.tsx
index f41dba06..6089d0f8 100644
--- a/src/webex/pages/confirm-contract.tsx
+++ b/src/webex/pages/confirm-contract.tsx
@@ -257,7 +257,6 @@ class ContractPrompt extends 
React.Component<ContractPromptProps, ContractPrompt
       this.setState({ confirmPayError: e.detail });
       return;
     } finally {
-      this.setState({ working: false });
     }
     console.log("payResult", payResult);
     document.location.href = payResult.nextUrl;

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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