phpPayPal icon indicating copy to clipboard operation
phpPayPal copied to clipboard

A PHP class to make it easy to interact with PayPal, especially Website Payments Pro.

Results 6 phpPayPal issues
Sort by recently updated
recently updated
newest added

I found the following on: https://github.com/drewjoh/phpPayPal/wiki/Setup > $paypal = new Paypal($config, true); // true = LIVE Server All evidence points to true being the sandbox

Adds PayPal partner code so that PayPal can see this is an official partner app and can then recommend people to this product.

Added MassPay to this excellent class. Example use: $paypal['api_username'] = 'username'; $paypal['api_password'] = 'password'; $paypal['api_signature'] = 'API'; // Initiate $payment = new phpPayPal($paypal, true); // Server (Required) $payment->ip_address = $_SERVER['REMOTE_ADDR'];...

Fix: Lines were not included in set_express_checkout()

API version 53 uses different item vars, etc.

You should update the http://drewjoh.com/wiki/code/classes/phppaypal wiki with related links to github rather than google code. Otherwise you're pointing people to github from there, and from here you're pointing them back...