mikeyhew/shopify_api_mixins

undefined local variable or method `logger'

Closed this issue · 2 comments

Hi,
I'm getting this error
undefined local variable or method logger for #<ShopifyAPI::Connection:0x007fb485133580>
on retry_on429.rb line 24
logger&.warn "Got a 429, will retry in #{wait_time} seconds"

Maybe it has something to do with this commit?

@Nkadze the logger method was added in rails/activeresource#259. Can you update activeresource to the latest commit in the master branch, and let me know if that fixes it?

Thanks @mikeyhew , it worked