Guest User

Untitled

a guest
Dec 31st, 2018
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. I've modified followings. (I've not made any modification on review.php)
  2.  
  3. 1. expresscheckout.php
  4. $returnURL = "http://xxxxxx.com/xxxxx/review.php";
  5. $cancelURL = "http://xxxxxx.com/xxxxx/index.php";
  6.  
  7. 2. paypalfunctions.php (I used live account)
  8. $API_UserName="xxxxxx_api1.xxxxxx.com";
  9. $API_Password="KxxxxxxxxxxxxX";
  10. $API_Signature="Axxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx1";
  11.  
  12. The url when I login to paypal.
  13. https://www.paypal.com/webapps/hermes?flow=1-P&ulReturn=true&token=EC-8xxxxxxxxxxxxxxx5&country.x=JP&locale.x=ja_JP#/checkout/review
  14.  
  15. The url when I redirected review.php from paypal
  16. http://xxxxxx.com/xxxxx/review.php?token=EC-8xxxxxxxxxxxxxxx5&PayerID=WxxxxxxxxxxxG
Add Comment
Please, Sign In to add comment