【问题标题】:Unable to focus on input field in 3d secure authentication stripe reactjs无法专注于 3d 安全身份验证条带 reactjs 中的输入字段
【发布时间】:2022-12-04 12:15:03
【问题描述】:


 const payload = await stripe!.confirmCardPayment(clientSecret, {
        payment_method: {
            card: elements!.getElement(
                CardNumberElement
            ) as StripeCardNumberElement,
        },
  
        

    },
   

    );
  <DialogContent className=\'popup-check\'>
                <Elements stripe={stripePromise}>
                    <NFTCheckout
                        {...props}
                        setShowCountDown={setShowCountDown}
                    />
                </Elements>
            </DialogContent>

Went through documentation everything is fine only at the time of 3d secure authentication the issue happening

    标签: reactjs react-hooks frontend stripe-payments payment-gateway


    【解决方案1】:
    猜你喜欢
    • 2019-08-21
    • 2021-10-24
    • 1970-01-01
    • 1970-01-01
    • 2023-03-27
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多