Skip to content

Commit

Permalink
fix(Coinify): prevent checkout form from initializing twice
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed May 31, 2019
1 parent 48adeb9 commit 5268f97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config/mocks/wallet-options-v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@
"CH"
],
"config": {
"partnerId": 19,
"production": true,
"partnerId": 24,
"production": false,
"iSignThisDomain": "https://stage-coinify-verify.isignthis.com",
"coinifyPaymentDomain": "https://pay.coinify.com"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ import { getQuoteInputData } from './selectors'
import Loading from 'components/BuySell/Loading'

class QuoteInput extends Component {
componentDidMount () {
this.props.actions.initializeCheckoutForm(this.props.type)
}

render () {
const {
data,
Expand Down

0 comments on commit 5268f97

Please sign in to comment.