paypal / merchant-sdk-php

PHP SDK for integrating with PayPal's Express Checkout / MassPay / Web Payments Pro APIs
Other
231 stars 201 forks source link

PPAutoloader.php #138

Closed GallantGentleman closed 7 years ago

GallantGentleman commented 7 years ago

General information

Issue description

Where is "PPAutoloader.php" file ?

randstraw commented 7 years ago

It gets generated by the install.php in samples. I found a similar issue here: https://github.com/paypal/adaptivepayments-sdk-php/issues/21#issuecomment-171197201

For a newer integration I would recommend paypal/PayPal-PHP-SDK if the PayPal REST API fits your needs.