diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-19 20:39:46 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-19 20:39:46 +0800 |
| commit | 192f3079a496d5ac64a3465d5b207d40aa4b30db (patch) | |
| tree | 85d6415a58af2cda391159a47c7e596580fff388 /shopify.h | |
| parent | 6f71dc4695754b27bcfcb5b1e8da1fc1b4b04c3b (diff) | |
Rename for consistency & conventions
Diffstat (limited to 'shopify.h')
| -rw-r--r-- | shopify.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ extern "C" { void shopify_app(const char *api_key, const char *api_secret_key, const char *app_url, const char *redir_url, const char *app_id, - const char *scope, const char *index, + const char *scopes, const char *index, const struct shopify_api apis[]); void shopify_graphql(const char *query, const struct shopify_session *session, char **json); |