iaintshine / presta_shop

A library for Ruby to interact with the PrestaShop's Web Service API
MIT License
8 stars 11 forks source link

Upgrade to Prestashop latest API #5

Closed peeyushsingla closed 6 years ago

peeyushsingla commented 10 years ago

I checked this gem some time ago and found some issues with current API fixed all

  1. First change header.rb file to latest version of gem.
  2. In scraping the resources one other resource is added in 1.6 i.e order_slip that causes some issue when resource found is not available in resource.rb .
netmoleCZ commented 10 years ago

hi let me say you need add shop_urls in resources

netmoleCZ commented 10 years ago

Hi

lastest version is 1.6.0.9.

PrestaShop::UnsupportedVersion: Unsupported PrestaShop web service version : 1.6.0.9.

peeyushsingla commented 10 years ago

@netmoleCZ I think shop_urls is the new addition to 1.6.0.9 version I will check it and update pull request accordingly.

nMustaki commented 10 years ago

@peeyushsingla Hi, can you update your pull_request to 1.6.0.9, I am not sure I can make a pull request to your pull request ?

stephenson commented 9 years ago

Would be great to get this in.

tostasqb commented 8 years ago

Any update on this?