Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ...
  2. // authorization_header = "fcce29cb-83b7-4b3a-b06f-61a7a8b336e1; 7e02c18c50aaf743963510e0795084488ecb2e3eb28839b1382f0c5155ebc49c"
  3.  
  4. request({
  5.   url: URL + transactionId,
  6.   headers: { "Authorization": authorization_header },
  7.   method: 'PUT',
  8.   body: 'action=refund&amount=15&hash='+hash
  9. },
  10. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement