promoqui-api-sdk 1.7.4 → 1.7.5

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: e0e42403def3c6d8567050d156b89fcbbb4dd368
4
- data.tar.gz: ce8a48d540fc9125e9b6e78ce78ee0135934facc
3
+ metadata.gz: 80fc62469f5887af483f911d6e6309d78e647b4f
4
+ data.tar.gz: cac0ea0fbafd27b556d7dd91fda9c7c8feb179b6
5
5
  SHA512:
6
- metadata.gz: f0cb055387c74093c4dd985f2414c89956057dec8f289953159b385123c818c0a8fa235cab4525232506fd68b9a2d1e91182776a87477b31383dc0ddd68d18b3
7
- data.tar.gz: 0efcd3021503c99d43ea909a9bf6ddb98c3be35539b1db719bfb9d56129f2e8908082907073b946630d8a3d6ff8476a5243b8422079520fccc582799e6249fc2
6
+ metadata.gz: 7ee01b9cd8674f7262176d5186943f7b5c8e254f1866ce23b0409198a0e5f90b35b5e29dc9e3e13e0ac7cba8c178e3cc1c61a4c1580f3a7a1b9fb3d524c93267
7
+ data.tar.gz: 836ec342f678ae8b729083e85caa83eb31377b971b7a23d4646500f4ecb86de49302bdae3aa6d86fc7283e5e6f85ea2a5e734329a5eb36153c35f951e28751e9
@@ -48,6 +48,7 @@ module PQSDK
48
48
  fields['end_date'] = end_date unless end_date.nil?
49
49
  fields['pdf_data'] = pdf_data unless pdf_data.nil?
50
50
  fields['image_urls'] = image_urls.try(:to_json) || []
51
+ fields['store_ids'] = store_ids.try(:to_json) || []
51
52
 
52
53
  res = RestLayer.send(method, endpoint, fields, {'Authorization' => "Bearer #{Token.access_token}"})
53
54
 
@@ -1,3 +1,3 @@
1
1
  module PQSDK
2
- VERSION = '1.7.4'
2
+ VERSION = '1.7.5'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: promoqui-api-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.4
4
+ version: 1.7.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francesco Boffa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-25 00:00:00.000000000 Z
11
+ date: 2015-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json