Skip to content

Commit

Permalink
feat(Jumio): show id verification dialogue on sell
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed Jul 22, 2018
1 parent 4d084a4 commit 9aca950
Showing 1 changed file with 19 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,20 +208,25 @@ const Success = props => {
return (
<Stepper key='SellStepper' initialStep={0}>
<StepView step={0}>
<CheckoutWrapper>
<OrderCheckout
quoteR={sellQuoteR}
account={accounts[0]}
onFetchQuote={fetchSellQuote}
reason={reason}
disableButton={disableButton}
enableButton={enableButton}
buttonStatus={buttonStatus}
finishAccountSetup={finishAccountSetup}
limits={limits.sell}
type={'sell'}
/>
</CheckoutWrapper>
<SfoxBuySellContainer>
<CheckoutWrapper>
<OrderCheckout
quoteR={sellQuoteR}
account={accounts[0]}
onFetchQuote={fetchSellQuote}
reason={reason}
disableButton={disableButton}
enableButton={enableButton}
buttonStatus={buttonStatus}
finishAccountSetup={finishAccountSetup}
limits={limits.sell}
type={'sell'}
/>
</CheckoutWrapper>
<OrderSubmitWrapper>
<JumioStatus />
</OrderSubmitWrapper>
</SfoxBuySellContainer>
</StepView>
<StepView step={1}>
<SfoxBuySellContainer>
Expand Down

0 comments on commit 9aca950

Please sign in to comment.