diff options
author | Florian Dold <florian.dold@gmail.com> | 2018-01-29 18:59:45 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2018-01-29 18:59:45 +0100 |
commit | 9fe6dc596573f38b13f0b15c946b8bc16013fdd9 (patch) | |
tree | 6fe2ba7264d488d3189b0ab560d2685b14e4fe12 /src/webex/pages/confirm-contract.tsx | |
parent | 83674bd7a9d4524753f6d438ea88b76a52d43a9b (diff) |
better error handling
Diffstat (limited to 'src/webex/pages/confirm-contract.tsx')
-rw-r--r-- | src/webex/pages/confirm-contract.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webex/pages/confirm-contract.tsx b/src/webex/pages/confirm-contract.tsx index 6089d0f8a..21f05d5d6 100644 --- a/src/webex/pages/confirm-contract.tsx +++ b/src/webex/pages/confirm-contract.tsx @@ -256,7 +256,6 @@ class ContractPrompt extends React.Component<ContractPromptProps, ContractPrompt } this.setState({ confirmPayError: e.detail }); return; - } finally { } console.log("payResult", payResult); document.location.href = payResult.nextUrl; |