diff --git a/README.md b/README.md index 80f5b67..59efdb8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ __Welcome to PayPal PHP SDK__. This repository contains PayPal's PHP SDK and sam ## Please Note > **The Payment Card Industry (PCI) Council has [mandated](http://blog.pcisecuritystandards.org/migrating-from-ssl-and-early-tls) that early versions of TLS be retired from service. All organizations that handle credit card information are required to comply with this standard. As part of this obligation, PayPal is updating its services to require TLS 1.2 for all HTTPS connections. At this time, PayPal will also require HTTP/1.1 for all connections. [Click here](https://github.com/paypal/tls-update) for more information** -> **If you have the SDK v1.6.2 or higher installed, you can easily test this by running the [TLSCheck sample](sample/tls/TlsCheck.php).** +> **Connections to the sandbox environment use only TLS 1.2.** ## SDK Documentation diff --git a/sample/doc/assets/behavior.js b/sample/doc/assets/behavior.js index b0a183f..6716c04 100644 --- a/sample/doc/assets/behavior.js +++ b/sample/doc/assets/behavior.js @@ -1939,34 +1939,6 @@ f.event={add:function(a,c,d,e,g){var h,i,j,k,l,m,n,o,p,q,r,s;if(!(a.nodeType===3 ] } ] - }, { - "type": "folder", - "data": { - "path": "tls", - "title": "tls" - }, - "depth": 1, - "children": [ - { - "type": "file", - "data": { - "language": { - "nameMatchers": [{}, ".fbp"], - "pygmentsLexer": "php", - "singleLineComment": ["//"], - "ignorePrefix": "}", - "foldPrefix": "^", - "name": "PHP" - }, - "sourcePath": "/Users/japatel/paypal/github/PayPal-PHP-SDK/sample/tls/TlsCheck.php", - "projectPath": "tls/TlsCheck.php", - "targetPath": "tls/TlsCheck", - "pageTitle": "tls/TlsCheck", - "title": "TlsCheck" - }, - "depth": 2 - } - ] }, { "type": "folder", "data": { diff --git a/sample/doc/tls/TlsCheck.html b/sample/doc/tls/TlsCheck.html deleted file mode 100644 index c66cfae..0000000 --- a/sample/doc/tls/TlsCheck.html +++ /dev/null @@ -1,46 +0,0 @@ -
We will add a separate unique endpoint specifically set for testing TLS check instead of using -our conventional sandbox endpoint. -TLS ENDPOINT: https://test-api.sandbox.paypal.com -To test your own implementation to verify it TLS is successfully supported in your application, you can follow -the following steps.
-We will create a conventional paypal payment to verify its creation
For Sample Purposes Only.
NOTE: PLEASE DO NOT USE RESULTPRINTER CLASS IN YOUR ORIGINAL CODE. FOR SAMPLE ONLY
NOTE: PLEASE DO NOT USE RESULTPRINTER CLASS IN YOUR ORIGINAL CODE. FOR SAMPLE ONLY
Create Payment using PayPal as payment method
-This sample code demonstrates how you can process a -PayPal Account based Payment. -API used: /v1/payments/payment