Skip to content

Commit

Permalink
feat(coinify sell display trade modal)
Browse files Browse the repository at this point in the history
  • Loading branch information
sixtedemaupeou committed Jun 1, 2018
1 parent c85dcf3 commit 0812019
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export default ({ coreSagas }) => {
yield put(sendBtcActions.sendBtcPaymentUpdated(Remote.of(payment.value())))
yield put(A.coinifySuccess())
yield put(actions.form.change('buySellTabStatus', 'status', 'order_history'))
yield put(actions.modals.showModal('CoinifyTradeDetails', { trade }))
} catch (e) {
yield put(A.coinifyFailure(e))
yield put(actions.logs.logErrorMessage(logLocation, 'sell', e))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import { Button, Link, Text } from 'blockchain-info-components'
import { required } from 'services/FormHelper'
import { spacing } from 'services/StyleService'
import { StepTransition } from 'components/Utilities/Stepper'
import { BorderBox, Form, CancelWrapper, ColLeft, ColRight, ColRightInner, InputWrapper, PartnerHeader, PartnerSubHeader, Row } from 'components/BuySell/Signup'
import { BorderBox, Form, CancelWrapper, ColLeft, ColRight,
ColRightInner, InputWrapper, PartnerHeader, PartnerSubHeader } from 'components/BuySell/Signup'
import { SelectBoxCountry, TextBox } from 'components/Form'

const SpaceRow = styled.div`
Expand Down

0 comments on commit 0812019

Please sign in to comment.