0
나는 내 가게에 스트라이프 체크 아웃을 구현하기 위해 노력하고 내가 말하는 오류를 얻을 : 여기스트라이프 체크 아웃 오류
으로 개체를 구문 분석 오류가처럼onToken = (token) => {
fetch('/save-stripe-token', {
method: 'POST',
body: JSON.stringify(token),
}).then(response => {
response.json().then(data => {
alert(`We are in business, ${data.email}`);
});
});
}