summaryrefslogtreecommitdiff
path: root/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'session.h')
-rw-r--r--session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/session.h b/session.h
index d306bcc..c6bf6e3 100644
--- a/session.h
+++ b/session.h
@@ -2,5 +2,5 @@ struct shopify_session {
char *shop;
char *nonce;
char *access_token;
- char *scope;
+ char *scopes;
};