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

Commit

Permalink
Merge f974d43 into 633cd1e
Browse files Browse the repository at this point in the history
  • Loading branch information
tokikanno committed Sep 5, 2016
2 parents 633cd1e + f974d43 commit 7dc8568
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions samples/payment/create_with_paypal_security_test.py
@@ -1,13 +1,14 @@
# Create Payment Using PayPal Sample against endpoint
# Create Payment Using PayPal Sample against endpoint
# that only allows an acceptable highest TLS version
from paypalrestsdk as paypal
import paypalrestsdk as paypal
import logging
logging.basicConfig(level=logging.INFO)

paypal.configure({
"mode": "security-test-sandbox", # sandbox or live
"client_id": "<CLIENT_ID>",
"client_secret": "<CLIENT_SECRET>" })
"mode": "security-test-sandbox", # sandbox or live
"client_id": "<CLIENT_ID>",
"client_secret": "<CLIENT_SECRET>"
})

# Payment
# A Payment Resource; create one using
Expand Down

0 comments on commit 7dc8568

Please sign in to comment.