You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
filename : build/lib/quickbooks/views.py line # : 62 tag : review md5 : 49b17a0781d1559cb2f5a3c7d70c0c80
# [review] - Possible bug? This should be taken care of by session.parse_authorization_response
session.auth.client.verifier = unicode(oauth_verifier)
response = session.fetch_access_token(ACCESS_TOKEN_URL)
# Delete any existing access tokens
request.user.quickbookstoken_set.all().delete()
token = QuickbooksToken.objects.create(
user=request.user,
access_token=response['oauth_token'],
access_token_secret=response['oauth_token_secret'],
realm_id=realm_id,
data_source=data_source)
# Cache blue dot menu
try:
The text was updated successfully, but these errors were encountered:
filename : build/lib/quickbooks/views.py
line # : 62
tag : review
md5 : 49b17a0781d1559cb2f5a3c7d70c0c80
The text was updated successfully, but these errors were encountered: