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

SSL3 wrong version number #80

Closed ipsod closed 10 years ago

ipsod commented 10 years ago

I get this error when trying to start a transaction:

PayPal\Exception\PPConnectionException error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number

I think it's related to this pull request on the rest api: https://github.com/paypal/rest-api-sdk-php/pull/127

jaypatel512 commented 10 years ago

Fixed in new sdk-core-php release

whit1206 commented 10 years ago

@jaypatel512 how are we supposed to update the sdk core if merchant-sdk-php 3.X still points to sdk core 2.4.*? Can we see a new version pushed out to update to this version of sdk core and pushed to packagist?