Unhandled Rejection (TypeError): Cannot read property 'id' of undefined in stripe.confirmCardPayment in React.js

后端 未结 0 1519
甜味超标
甜味超标 2020-12-08 04:41
const handleSubmit = async (event) => {
    // do all the fancy stripe stuff...
    event.preventDefault();
    setProcessing(true);
    
    const payload = awai         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题