Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

Commit

Permalink
Update README with testing against sandbox for TLS (#222)
Browse files Browse the repository at this point in the history
- Remove unnecessary sample
  • Loading branch information
bluk authored and jaypatel512 committed Nov 9, 2017
1 parent 4d2a9ec commit cf56591
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 68 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@ The PayPal REST SDK provides Python APIs to create, process and manage payment.
> **TLSv1_2 warning: Due to PCI compliance, merchant servers using a version of TLS that does not support TLSv1_2 will receive a warning.
> **To verify that your server supports PCI compliant version of TLS, run [this sample](/samples/payment/create_with_paypal_security_test.py) with your sandbox client_id and client_secret.
> **To verify that your server supports PCI compliant version of TLS, test against the PayPal sandbox environment which uses TLS 1.2.
## System Requirements
PayPal SDK depends on the following system libraries:
Expand Down
4 changes: 1 addition & 3 deletions paypalrestsdk/config.py
Expand Up @@ -5,7 +5,5 @@
__github_reponame__ = "PayPal-Python-SDK"
__endpoint_map__ = {
"live": "https://api.paypal.com",
"sandbox": "https://api.sandbox.paypal.com",
# PayPal sandbox endpoint that will only support acceptable TLS version
"security-test-sandbox": "https://test-api.sandbox.paypal.com/"
"sandbox": "https://api.sandbox.paypal.com"
}
64 changes: 0 additions & 64 deletions samples/payment/create_with_paypal_security_test.py

This file was deleted.

0 comments on commit cf56591

Please sign in to comment.