e_plat 1.0.0.pre.rc.7 → 1.0.0.pre.rc.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0fe157545faee8c7aec643aa5082ae647a1f29bbeb0d272cd4fd2d1035fc70ad
4
- data.tar.gz: 40793dde1a3811f05b9173acca6a1d4660489252c4e0773d50604a039320edf6
3
+ metadata.gz: 97e068096c7cdb36b11b7d552c80b87305fd68987ae587122ffdda8832b8f29f
4
+ data.tar.gz: c59b5685eb6f7451e29276194d081788623742c70b023fd047315343db781ceb
5
5
  SHA512:
6
- metadata.gz: cbd52d651ca95288d1119c88425fc7cb26fd46ffbb84712713fe2ffbddb00330d3ae2b0d6a843d76bde48b7ae03a4a8a1284ce76d98f6b6232a507c8e1abf4ee
7
- data.tar.gz: 2f7c9289b55692ed10d4da946a2d7aaf64715f2db0ae27aa63bd38fade755e5db46c8c202ab90c41c4640267a84069dcd94466267c2bdd6f277f8d66cae9a363
6
+ metadata.gz: 69464ec6da97832efcfc5b5f5ca18177c8d1df24023880dedec8e9441d5fd3dd8bcaac6b5eb632bcaaefa0b907250753652fe246916be8b411a4eaa30ee023f7
7
+ data.tar.gz: cc418f3d9a8a4c378e95f6a23dadf98ad718697a7dbb82066ca20fe105128c7bb0e90aa0b3a1a02958cd7962b2f40c1d621c05dfddabaf1f9a1b7036470f7409
data/README.md CHANGED
@@ -272,7 +272,7 @@ EPlat is designed to let you mostly use it's universal interface, but then easil
272
272
  |-----------------------|----------|---------|--------------------------------------|-----|
273
273
  | id | integer | * | id | nil |
274
274
  | title | string | * | option_values&.map(&:label)&.join(' ') | nil |
275
- | price | string | * | price | nil |
275
+ | price | string | * | calculated_price | nil |
276
276
  | sku | string | * | sku | nil |
277
277
  | position | integer | * | nil | nil |
278
278
  | inventory_policy | string | * | nil | nil |
@@ -293,7 +293,7 @@ EPlat is designed to let you mostly use it's universal interface, but then easil
293
293
  helper methods: <br>
294
294
  `image_src` => `String | nil`, platforms supported: Shopify, Bigcommerce
295
295
 
296
- *Bigcommerce variant.title= setter is not supported
296
+ *Bigcommerce variant.title= and variant.price= setters are not supported
297
297
 
298
298
 
299
299
  ### EPlat::Product::Option
@@ -49,7 +49,7 @@ module EPlat
49
49
  existing_entry: {native_key: "id", e_plat_key: "id"}
50
50
  },
51
51
  {
52
- existing_entry: {native_key: "price", e_plat_key: "price"}
52
+ existing_entry: {native_key: "calculated_price", e_plat_key: "price"}
53
53
  },
54
54
  {
55
55
  existing_entry: {native_key: "sku", e_plat_key: "sku"}
@@ -1,3 +1,3 @@
1
1
  module EPlat
2
- VERSION = "1.0.0-rc.7"
2
+ VERSION = "1.0.0-rc.8"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: e_plat
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre.rc.7
4
+ version: 1.0.0.pre.rc.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - oliwoodsuk
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-16 00:00:00.000000000 Z
11
+ date: 2025-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler