Skip to content

Commit bd505bb

Browse files
committed
Syntax error fix. Must test before committing :D
1 parent 26490e0 commit bd505bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shopify_client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ function getInfo() { $this->info; }
115115
}
116116

117117

118-
function legacy_token_to_oauth_token($shops_token, $shared_secret, , $private_app)
118+
function legacy_token_to_oauth_token($shops_token, $shared_secret, $private_app)
119119
{
120120
return $private_app ? $secret : md5($shared_secret.$shops_token);
121121
}

0 commit comments

Comments
 (0)