Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 2.72 KB

README.md

File metadata and controls

43 lines (36 loc) · 2.72 KB

Paypal Express API Implementation with JavaScript & Classic ASP

Contributors Forks Stargazers Issues MIT License LinkedIn Twitter GitHub

Sample Paypal Express API example with JavaScript and Classic ASP

Change Log

  • 2021/05/11: Project creation / initial checkin.

Notes

  1. If you receive this error:
    msxml6.dll error '80072f0c'
    A certificate is required to complete client authentication
    /paypal.express.ui/inc/PaypalObject.class.asp, line 37

That is because you do not have a client cert. The second answer on this StackOverflow question solves the problem: https://stackoverflow.com/questions/9212985/cant-use-https-with-serverxmlhttp-object