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

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
siddick committed Oct 30, 2013
2 parents ac2e573 + 4625b68 commit 2cc089e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
@@ -1,3 +1,6 @@
Version 0.6.4 - October 23, 2013
- Support OpenIDConnect for sandbox environment

Version 0.6.3 - July 31, 2013
- Added support for Reauthorization.

Expand Down
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -113,8 +113,9 @@ import paypalrestsdk
from paypalrestsdk.openid_connect import Tokeninfo, Userinfo

paypalrestsdk.configure({
"openid_client_id": "LIVE_CLIENT_ID",
"openid_client_secret": "LIVE_CLIENT_SECRET",
"mode": "sandbox",
"client_id": "CLIENT_ID",
"client_secret": "CLIENT_SECRET",
"openid_redirect_uri": "http://example.com" })

# Generate login url
Expand Down
2 changes: 1 addition & 1 deletion paypalrestsdk/version.py
@@ -1 +1 @@
__version__ = "0.6.3"
__version__ = "0.6.4"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@
packages=['paypalrestsdk'],
scripts=[],
url='https://developer.paypal.com',
license='LICENSE.txt',
license='PayPal SDK License',
description='The PayPal REST SDK provides Python APIs to create, process and manage payment',
long_description="""
The PayPal REST SDK provides Python APIs to create, process and manage payment.
Expand Down

0 comments on commit 2cc089e

Please sign in to comment.