tagalys 0.1.7 → 0.1.8

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/tagalys.rb +0 -9
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 674ce097620d8de3d465429d978576fefdd189e04009404b075dc045eb1ecc45
4
- data.tar.gz: faf8ac41a4f2461b3649a98dc438be2bd9086418f95607e4b66e88cc3e9c2228
3
+ metadata.gz: dd44c8cb55995276fa28f55fd378ac66bc841a34c9eaeb8e74858be888e318c2
4
+ data.tar.gz: f1a301b0e9b9f5c09e8d67d4707b320eab0fb3a0f59761589dfdda9747bffa4c
5
5
  SHA512:
6
- metadata.gz: 7db4739d0073a45f792ae5005b35360701d70f180b174a0b323f194cbb6fd23920083ffb7025b25499d8d38d350c878c223668f72feca88278164b1b2097bcb4
7
- data.tar.gz: 73d5a282a123672143a3a49dd407c699ce38cbc64373be5d0b0f7f23686dda657e5458f231deb4bc71897d6e77e6e6385a64aa6243480a364a9ea7c2ffbd3042
6
+ metadata.gz: a7e50822e31aea949c4e183130960dc7f0c3d0d168d2aec3dfe39c2e6f41a54d45b1a06c123f0000d68b28a0f2ebb5828796d956167ee6e0d24ab1493e583ff7
7
+ data.tar.gz: b94e378a98d72197e8ede0b3b153f36569ffc1372889775d168f21972fc7012706266f7c3c270a0ceeae6626ea56434df84ac5646b67592f42743f1658ba6474
@@ -106,15 +106,6 @@ module Tagalys
106
106
  end
107
107
 
108
108
  def product_sync(link, product_count)
109
- request_body = {
110
- identification: identification,
111
- link: link,
112
- updates_count: product_count
113
- }
114
- create_response = request_tagalys('/products/sync_updates', request_body)
115
- end
116
-
117
- def full_product_sync(link, product_count, callback_url = nil)
118
109
  request_body = {
119
110
  identification: identification,
120
111
  link: link,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tagalys
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anbazhagan Palani