tagalys 0.2.0 → 0.2.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 +4 -4
- data/lib/tagalys.rb +1 -1
- 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: b70649ed6fffedbe1fa0eba873cf29b8d28b98e646b9f1114fd723362e24a461
|
|
4
|
+
data.tar.gz: 525c3a0340011841a19b6e19551621016e4d6b7f601dfbc5fad7dbe1f704365b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a732337202db2bd2c3711f78afdcd818ecd1636bd1e8411032cfa9b513b9bf8e04f2b0fdf6c03e017d03f5e32042f722aedcf8634f0d68a102c993433d1b8391
|
|
7
|
+
data.tar.gz: 6ecd6eb38f1717d3a59e6a193abdd3299b5a8ebdb38b30def1516a3b83edabe2895659636fa415eb76a89b2bdd8929c742a66eaa93af4c4ad778aecf8502f6f9
|
data/lib/tagalys.rb
CHANGED
|
@@ -141,7 +141,7 @@ module Tagalys
|
|
|
141
141
|
create_response = request_tagalys('/configuration', request_body)
|
|
142
142
|
end
|
|
143
143
|
|
|
144
|
-
def product_sync(link, product_count)
|
|
144
|
+
def product_sync(link, product_count, callback_url = nil)
|
|
145
145
|
request_body = {
|
|
146
146
|
identification: identification,
|
|
147
147
|
link: link,
|