spree-api-client 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9ed7079b99d5db612cdd4eff14cb719e7aa63c5a514e198aa7dbc808f42dd75d
4
- data.tar.gz: 4805f5226aaea703c9dac2a5ccf1261d41de65836e933ac2c542d860b58d8fa5
3
+ metadata.gz: 87fb81b0e43fbc0f71d0d89478f1f299a2db9f76d859342c00bb0a1ac749133d
4
+ data.tar.gz: 65ae1f52e4aaa6a22b03955ddbdf6b5c9974b502d1ced194cd09b8a4cafb61e6
5
5
  SHA512:
6
- metadata.gz: 48c2549c5856c01332017908716456eeeae89cbcdf4a2bccd7c327eff32227d9820da07821943eed6e9b7595b49b3f2e89a5bdf03e33c9a90ec0058b83906a72
7
- data.tar.gz: 6a52b407e9b36500c2d4384bf37c356c9c9710dc1ec18edf5037e0d744064c83a8a18dee7dcaf37447b4fdd92d1ca393a3019ac5541812f23dba4a334a49ba4d
6
+ metadata.gz: 36d7e50bb7bb5a1addde638761ced2435037a33a4046ef8e3493cc7296faa050f008ccf8a6bbe5087dc6112fcc105a7c6ab510caf2a5f256b217d7f4ee7a89db
7
+ data.tar.gz: '09f2b5e5cdc9bc2bc2b41fea5417c1ba1d0b87ac8a112d4afd1664e00145235b25b49551941dfb4a87d347dfc893cd77e209a94ca8aab9a256fce17a1981213d'
@@ -2,10 +2,11 @@ module SpreeClient
2
2
  # @see Spree::PermittedAttributes
3
3
  class Attributes
4
4
  PRODUCT = %i[id name description available_on discontinue_on
5
- permalink meta_description meta_keywords price sku
6
- deleted_at prototype_id option_values_hash weight
7
- height width depth shipping_category_id tax_category_id
8
- cost_currency cost_price option_type_ids taxon_ids].freeze
5
+ permalink meta_description meta_keywords meta_title
6
+ price sku deleted_at prototype_id option_values_hash
7
+ weight height width depth shipping_category_id
8
+ tax_category_id cost_currency cost_price
9
+ option_type_ids taxon_ids pay_what_you_can].freeze
9
10
 
10
11
  VARIANT = %i[id name presentation cost_price discontinue_on
11
12
  lock_version position track_inventory product_id
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - f
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-23 00:00:00.000000000 Z
11
+ date: 2021-06-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty