We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An unexpected error is raised when calling api_object.present?, NameError ('@empty?' is not allowed as an instance variable name)
NameError ('@empty?' is not allowed as an instance variable name)
shopify_api
If the object is not nil it should return true, otherwise it should return false
An non-relevant error was raised NameError ('@empty?' is not allowed as an instance variable name)
api_product = shop.with_shopify_session { ShopifyAPI::Product.new }
api_product.present?
The text was updated successfully, but these errors were encountered:
Related to #1171
Sorry, something went wrong.
Hi @jasonbuehler ,
Thank you for opening this issue, this is related to the one you opened here #1273
I'll close this issue for now because it's a duplicate.
Si Le
No branches or pull requests
An unexpected error is raised when calling api_object.present?,
NameError ('@empty?' is not allowed as an instance variable name)
shopify_api
version: 13.4.0Expected behavior
If the object is not nil it should return true, otherwise it should return false
Actual behavior
An non-relevant error was raised
NameError ('@empty?' is not allowed as an instance variable name)
Steps to reproduce the problem
api_product = shop.with_shopify_session { ShopifyAPI::Product.new }
api_product.present?
The text was updated successfully, but these errors were encountered: