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
Fix for error when calling public method getCallsRemaining() (#2)
The X-Shopify-Shop-Api-Call-Limit header now returns an array with a single string element instead of just a string, this fixes that. Credit to @tpenaranda