Adding a product using Savon to connect to Magento API

前端 未结 1 446
暗喜
暗喜 2021-01-29 09:50

I have got the code working for listing products in Ruby but am struggling to add a product, here is my code, I’m using the savon gem for HTTP/SOAP requests, based on the code h

1条回答
  •  走了就别回头了
    2021-01-29 10:09

    you are mixing array- [] and hash-syntax {}

    that's why you get a SYNTAX error (there is no COMPILATION step in ruby)

    0 讨论(0)
提交回复
热议问题