e_plat 1.0.0.pre.rc.2 → 1.0.0.pre.rc.3

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: 476f81e2eb20761e8cf8818f2c6c547d3006b67da08a180cf88dac4c414bc58d
4
- data.tar.gz: a44896c8ae44bfd681102c69ff359f82861c9759ad56bb820ea8368920e14696
3
+ metadata.gz: e4536b6c98d19d158d7cd4a7da8bc723b7fefab2213a76dd8bd88217d8ad8f30
4
+ data.tar.gz: 13391e3f683ac05378723564b58d72dcc5016b61b38cef9ab44d42b44319ab7d
5
5
  SHA512:
6
- metadata.gz: 0c7181069d9398dc83ada08bab635649c432a6787f2a78051efdffed4344104f3bdb764111c620d7fd46e9db9e0e2ff4f696c1d0676bfeb845e219c6bfa4ed78
7
- data.tar.gz: 1ceb8324bdc1b0118d3a2658817662036f91a7350a385ec13d5e7111ac97f648402c47e48fcfec8b9b375a7d11caa3260ff0a15fa0eb56f4a009ddd0c8f31964
6
+ metadata.gz: d7e5382b733e1ad0561d10c560b9bc49f6ff2de2bf9156d92869d5769288943de63d34a0ce6ee1023c3f4abc9a040bbe11d07cf355431dd444f0208f4fe4edb3
7
+ data.tar.gz: 7444dd3afecfa2d1012ff29024855715afbb062bf9713d865f98891009b31a90bd8ef4a9156378c9ec2c6f55f1bececb1af2d07d7df0575aa28f602a535763aa
data/README.md CHANGED
@@ -467,6 +467,7 @@ helper methods: <br>
467
467
  | product_id | integer | * | order[consignments][0][shipping][0][line_items][#{i}][product_id] | nil |
468
468
  | properties | array | * | nil | nil |
469
469
  | quantity | integer | * | order[consignments][0][shipping][0][line_items][#{i}][quantity] | nil |
470
+ | current_quantity | integer | * | order[consignments][0][shipping][0][line_items][#{i}][quantity] | nil |
470
471
  | requires_shipping | boolean | * | nil | nil |
471
472
  | sku | string | * | order[consignments][0][shipping][0][line_items][#{i}][sku] | nil |
472
473
  | taxable | boolean | * | nil | nil |
@@ -70,6 +70,13 @@ module EPlat
70
70
  virtual_collection: true
71
71
  }
72
72
  },
73
+ {
74
+ alias_attribute: {
75
+ native_key: "[consignments][0][shipping][0][line_items][#{i}][quantity]",
76
+ e_plat_key: "current_quantity",
77
+ virtual_collection: true
78
+ }
79
+ },
73
80
  {
74
81
  alias_attribute: {
75
82
  native_key: "[consignments][0][shipping][0][line_items][#{i}][sku]",
@@ -18,6 +18,7 @@ module EPlat
18
18
  integer :product_id
19
19
  array :properties
20
20
  integer :quantity
21
+ integer :current_quantity
21
22
  boolean :requires_shipping
22
23
  string :sku
23
24
  boolean :taxable
@@ -1,3 +1,3 @@
1
1
  module EPlat
2
- VERSION = "1.0.0-rc.2"
2
+ VERSION = "1.0.0-rc.3"
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.2
4
+ version: 1.0.0.pre.rc.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - oliwoodsuk
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-01-06 00:00:00.000000000 Z
11
+ date: 2025-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler