Closed jasonbuehler closed 9 months ago
Hi @jasonbuehler ,
Thank you for opening this issue, this is related to the one you opened here https://github.com/Shopify/shopify-api-ruby/issues/1273
I'll close this issue for now because it's a duplicate.
Si Le
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?