Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fetch('http://127.0.0.1:8080/charge/', {
- method: 'POST',
- headers: {
- 'Accept': 'application/json',
- 'Content-Type': 'application/json',
- },
- body: JSON.stringify({
- stripeToken: token,
- email: mail,
- phone: phone,
- fullname: fullname
- })
- })
Advertisement
Add Comment
Please, Sign In to add comment