Hello guys I am using the above code to update a price of a listing
let query = {
price:100 * item['cheaper']['price'] // price in cents
};
await gfapi.listing_patch(id, query).catch(err => {
console.log("Update Error:" + err)
});
but I am getting the above errors
Update Error:InternalServerError: no implicit conversion of String into Integer
Update Error:InternalServerError: no implicit conversion of String into Integer
Update Error:InternalServerError: no implicit conversion of String into Integer