Skip to content

Commit

Permalink
No good reason to skip a class
Browse files Browse the repository at this point in the history
  • Loading branch information
dhendo committed Sep 23, 2014
1 parent a1886b0 commit 7b413e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion social/backends/shopify.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def get_user_details(self, response):
def extra_data(self, user, uid, response, details=None):
"""Return access_token and extra defined names to store in
extra_data field"""
data = super(BaseOAuth2, self).extra_data(user, uid, response, details)
data = super(ShopifyOAuth2, self).extra_data(user, uid, response, details)
session = self.shopifyAPI.Session(self.data.get('shop').strip())
# Get, and store the permanent token
token = session.request_token(data["access_token"].dicts[1])
Expand Down

0 comments on commit 7b413e8

Please sign in to comment.