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.
- checksums.yaml +4 -4
- data/lib/tagalys.rb +0 -9
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dd44c8cb55995276fa28f55fd378ac66bc841a34c9eaeb8e74858be888e318c2
|
|
4
|
+
data.tar.gz: f1a301b0e9b9f5c09e8d67d4707b320eab0fb3a0f59761589dfdda9747bffa4c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a7e50822e31aea949c4e183130960dc7f0c3d0d168d2aec3dfe39c2e6f41a54d45b1a06c123f0000d68b28a0f2ebb5828796d956167ee6e0d24ab1493e583ff7
|
|
7
|
+
data.tar.gz: b94e378a98d72197e8ede0b3b153f36569ffc1372889775d168f21972fc7012706266f7c3c270a0ceeae6626ea56434df84ac5646b67592f42743f1658ba6474
|
data/lib/tagalys.rb
CHANGED
|
@@ -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,
|