Kijiji-Repost-Headless
Kijiji-Repost-Headless copied to clipboard
Wrong attribute name when generating .inf file for motorcycles
postAdForm.attributeMap[motorcyclesmake_s]=honda
postAdForm.attributeMap[motorcyclesmake_s+motorcyclesmodel_s]=othrmdl
should be
postAdForm.attributeMap[motorcyclesmake_s]=honda
postAdForm.attributeMap[motorcyclesmodel_s]=othrmdl
otherwise the ad won't be added, you'll get
kijiji_api.PostAdException: Could not post ad.
The problem is that the model depends on the make. On the Kijiji site, it looks like the models are being populated once the make is selected.