Skip to content

Commit

Permalink
fix(checkoutdotcom): adding 3ds handler for chekcoutdotcom
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroapfilho committed Dec 7, 2021
1 parent 5b9db36 commit 2266fc0
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ import ThreeDSHandlerStripe from './ThreeDSHandlerStripe'
import TradingCurrencySelector from './TradingCurrencySelector'
import UpgradeToGold from './UpgradeToGold'
import VerifyEmail from './VerifyEmail'
import ThreeDSHandlerCheckoutDotCom from './ThreeDSHandlerCheckoutDotCom'

const { FORM_BS_ADD_EVERYPAY_CARD, FORM_BS_CHECKOUT, FORMS_BS_BILLING_ADDRESS } =
model.components.buySell
Expand Down Expand Up @@ -200,9 +201,7 @@ class BuySell extends PureComponent<Props, State> {
)}
{this.props.step === '3DS_HANDLER_CHECKOUTDOTCOM' && (
<FlyoutChild>
{
// TODO add 3ds handler checkout
}
<ThreeDSHandlerCheckoutDotCom {...this.props} handleClose={this.handleClose} />
</FlyoutChild>
)}
{this.props.step === '3DS_HANDLER_STRIPE' && (
Expand Down

0 comments on commit 2266fc0

Please sign in to comment.