Skip to content

Commit f0e41ff

Browse files
committed
Testing v3
1 parent 6254c0f commit f0e41ff

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bigcommerce/api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ def __init__(self, host=None, api_path=None, basic_auth=None,
1111
self.auth_service = os.getenv('BC_AUTH_SERVICE', 'login.bigcommerce.com')
1212

1313
if host and basic_auth:
14+
print 'Entering basic_auth'
1415
self.connection = connection.Connection(host, basic_auth)
1516
elif client_id and store_hash:
17+
print 'Entering OAuthConnection'
1618
self.connection = connection.OAuthConnection(client_id, store_hash, access_token, self.api_service,
1719
api_path=api_path,
1820
rate_limiting_management=rate_limiting_management)

0 commit comments

Comments
 (0)