Hello Everyone,
I’ve not used Shopify for the past few months. But today, I tried running my ruby programs that used to work, just a few months back, but now I’m getting error “uninitialized constant ShopifyAPI::Base (NameError)”.
The line that caused this error is this - ShopifyAPI::Base.api_version = “2021-01”
I’m just running a plain simple ruby program, not Rails.
Any idea what has changed recently to cause that line of code to fail?
Any advice will be greatly appreciated.
Thanks!