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
def update(id, update_xml)
connection.put(table_sym, id, update_xml)
end
I double checked that id is integer and update_xml is xml string.
TypeError: no implicit conversion of Symbol into Integer
from ../.rvm/gems/ruby-2.6.3/bundler/gems/prestashop-c931a38a92ac/lib/prestashop/api/converter.rb:38:in `parse_error'
The text was updated successfully, but these errors were encountered:
def update(id, update_xml)
connection.put(table_sym, id, update_xml)
end
I double checked that id is integer and update_xml is xml string.
TypeError: no implicit conversion of Symbol into Integer
from ../.rvm/gems/ruby-2.6.3/bundler/gems/prestashop-c931a38a92ac/lib/prestashop/api/converter.rb:38:in `parse_error'
The text was updated successfully, but these errors were encountered: