Skip to content

Commit

Permalink
fix(sell p3): if sell fails then go back to correct order type
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip London committed Nov 20, 2020
1 parent ad0dabc commit 4d3f261
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,8 @@ export default ({
cryptoCurrency: getCoinFromPair(pair.pair),
fiatCurrency: getFiatFromPair(pair.pair),
pair,
method
method,
orderType: values?.orderType
})
)
yield take(AT.INITIALIZE_CHECKOUT)
Expand Down

0 comments on commit 4d3f261

Please sign in to comment.