raoulalwani
raoulalwani
Has anyone managed to get this to work? Are they expecting an image URL or a blob? Getting an error as follows: ``` {"error"=>"product.error_param", "message"=>"form not found in request :...
@jamespfinn thanks for that tip, any thoughts on checking that on an OSX machine? The firewall is off in the settings, so not sure why that port would be blocked....
If @babarajay or anyone else is looking for how to do this, you can pass in `httparty_args` as an option: ``` woocommerce = WooCommerce::API.new( "http://example.com", "ck_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "cs_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", { wp_api: true,...