Commit Graph

5 Commits

Author SHA1 Message Date
Victor Angelier CCX
b51c07d6db Update PayPalHttpConfig.php
To prefent : 
            ErrorException in PayPalHttpConfig.php line 67: substr_compare(): 
            The start position cannot exceed initial string length
Add the extra check on line 67 to check if SSLversion is something. Since Google App Engine does not support CURL this check prevents the application of crashing
2016-11-05 14:56:57 +01:00
Jay Patel
1401d5563d [PSR] Fixed library source
- Using `php-cs-fixer` tool.
2016-07-14 13:10:21 -05:00
tobeorla
3b7f36c379 SSL connect error
https://github.com/paypal/PayPal-PHP-SDK/issues/474
2016-01-20 17:10:46 +01:00
japatel
dd99971e50 Added an ability to provide Curl Options in Configuration
- Removed http.Retry, and http.ConnectionTimeout from configuration
- Added ability to provide Constant and its value in Configuration File
2015-01-10 21:04:24 -06:00
japatel
9c0827643b Renaming Namespaces and Organizing Classes
- Updated OpenId classes to be in API namespace
- Updated PP Naming Convention to PayPal Naming Convention
- FormatConverter Class got its own namespace
- Handlers are grouped in Handler namespace
- Samples and Tests Updated Accordingly
2014-12-18 14:16:41 -06:00