I am working on to integrate paypal payments in `PHP` code. I have included SDK via composer and sample code from https://github.com/paypal/PayPal-PHP-SDK. so when I excute the script it always giving me error PayPal\Exception\PayPalConnectionException: Connection timed out after 10000 milliseconds in /var/www/html How I can solve this .Please suggest
... View more