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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/tagalys.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 31003cf5c24d081cf8bf474e84093bfa3e3b8d8e67ffcb00e670d17f29f66525
4
- data.tar.gz: f8ea87b9296ca7762f017f382212ada98bdd892ed09bf8665b7b3d6af32650f1
3
+ metadata.gz: b70649ed6fffedbe1fa0eba873cf29b8d28b98e646b9f1114fd723362e24a461
4
+ data.tar.gz: 525c3a0340011841a19b6e19551621016e4d6b7f601dfbc5fad7dbe1f704365b
5
5
  SHA512:
6
- metadata.gz: 30f583a77d3629ef3cdf7115d97361807a9e506a464da31b7631977c2de810c5e447820341bf7734872483ec387375c7743aa460d54feb10fc13eab91a12ae9e
7
- data.tar.gz: a0191230df50f7866a9db39e6a5a7dd7d7d438dde12dd91364b7268c445b59e14f4121ccff47e931e4b37c398d32c583a3c679e11b30fd5f6e85ade823c7e4fc
6
+ metadata.gz: a732337202db2bd2c3711f78afdcd818ecd1636bd1e8411032cfa9b513b9bf8e04f2b0fdf6c03e017d03f5e32042f722aedcf8634f0d68a102c993433d1b8391
7
+ data.tar.gz: 6ecd6eb38f1717d3a59e6a193abdd3299b5a8ebdb38b30def1516a3b83edabe2895659636fa415eb76a89b2bdd8929c742a66eaa93af4c4ad778aecf8502f6f9
@@ -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,
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.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anbazhagan Palani