Guest User

Untitled

a guest
Jan 4th, 2018
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. fetch('http://127.0.0.1:8080/charge/', {
  2. method: 'POST',
  3. headers: {
  4. 'Accept': 'application/json',
  5. 'Content-Type': 'application/json',
  6. },
  7. body: JSON.stringify({
  8. stripeToken: token,
  9. email: mail,
  10. phone: phone,
  11. fullname: fullname
  12. })
  13. })
Advertisement
Add Comment
Please, Sign In to add comment