Skip to content

Commit

Permalink
new capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Dec 19, 2017
1 parent 45b2df4 commit 2f7365e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/paypal/base.py
Expand Up @@ -43,11 +43,11 @@
from . import webhook

BASE_URL = "https://api.paypal.com/v1/"
""" The default base url to be used when no other
base url value is provided to the constructor """
""" The default base URL to be used when no other
base URL value is provided to the constructor """

SANDBOX_URL = "https://api.sandbox.paypal.com/v1/"
""" The base url that should be used whenever using
""" The base URL that should be used whenever using
the api under a sandbox environment """

CLIENT_ID = None
Expand Down

0 comments on commit 2f7365e

Please sign in to comment.