Skip to content

Commit

Permalink
fix(no kyc trigger)
Browse files Browse the repository at this point in the history
  • Loading branch information
sixtedemaupeou committed May 23, 2018
1 parent b277c8d commit cd4d6ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ export default ({ coreSagas }) => {
yield put(A.coinifyFailure(parsed))
return
}

yield put(A.coinifyNotAsked())
yield put(A.coinifyNextCheckoutStep('isx'))
} catch (e) {
yield put(actions.logs.logErrorMessage(logLocation, 'sell', e))
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ class SellContainer extends React.Component {
}

startSell () {
const { sellQuoteR, paymentMedium, coinifyActions } = this.props
const { coinifyActions } = this.props
coinifyActions.coinifyLoading()
this.props.coinifyActions.initiateSell()
coinifyActions.initiateSell()
}

render () {
Expand Down

0 comments on commit cd4d6ca

Please sign in to comment.