peddler 0.9.0 → 0.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cdf2a98543e5d180d51d96d113eaf62779875781
4
- data.tar.gz: 530de23bf4d2017690289810d5d7ee002e6dbaad
3
+ metadata.gz: 7b895fd9d95067954cbd73695cb806cf00ef7d67
4
+ data.tar.gz: 4b5b4859c729b127b8c753cce4904f624a0ae912
5
5
  SHA512:
6
- metadata.gz: 4a45fcb3f678c4b5415771300997d92c220d80f4a4eb8ddab6376de300020582749da5fef80b15acfa1f94ea2ed4f22e99a03a0e73ad820fc7efd8ac209f51f5
7
- data.tar.gz: 7359d391a9a3a195d7a60ea983e6d2d239be4b430da8ba688617c52e784094f2a0c531aae3feff609b7b0d583b0b0d02a4dfee05c539e399ddeb4e464e514cb0
6
+ metadata.gz: c04561373d334ad22ff43f3dc8a9fe6ebb69fcd37a5d359d6d46dce1650582094fc698a2af482d29db0447d891da9300f1557b92943da5507d66ce0c72f16583
7
+ data.tar.gz: 8a3bd3bfefb7c156858c025375d86c87a7b999e09798083ac6e047b7b1dedc297b3f86b3d73d1da524bf24dd3f4eaedf8796bc7573ff584b7274550028d67de3
@@ -30,7 +30,7 @@ module MWS
30
30
  # @option opts [String] :date_range_type
31
31
  # @return [Peddler::XMLParser]
32
32
  def list_customers(opts = {})
33
- operation('ListCarts')
33
+ operation('ListCustomers')
34
34
  .add(opts)
35
35
 
36
36
  run
@@ -58,7 +58,7 @@ module MWS
58
58
  # @option opts [String] :marketplace_id
59
59
  # @return [Peddler::XMLParser]
60
60
  def get_customers_for_customer_id(*customer_id_list)
61
- opts = extract_options(id_list)
61
+ opts = extract_options(customer_id_list)
62
62
  operation('GetCustomersForCustomerId')
63
63
  .add(opts.merge('CustomerIdList' => customer_id_list))
64
64
  .structure!('CustomerIdList', 'CustomerId')
@@ -1,3 +1,3 @@
1
1
  module Peddler
2
- VERSION = '0.9.0'
2
+ VERSION = '0.9.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: peddler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hakan Ensari