As part of the TLS requirements that Braintree and PayPal are forcing, we should update the module to depend on the 3.x version of the Braintree PHP SDK. 3.21.0 specifically with ensure that transactions are made using TLS 1.2 at a minimum.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | add_support_for_3_x_sdk-2887415-4.patch | 15.09 KB | mglaman |
| #4 | interdiff-2887415-2-4.txt | 2.18 KB | mglaman |
| #2 | commerce_braintree-add_support_for_3x_sdk-2887415.patch | 14.28 KB | andyg5000 |
Comments
Comment #2
andyg5000Comment #3
mglamanDoesn't seem to handle errors well.
Comment #4
mglamanI guess that bug was always hanging around. This checks if the response object is an Error or not.
Comment #6
andyg5000