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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e4536b6c98d19d158d7cd4a7da8bc723b7fefab2213a76dd8bd88217d8ad8f30
|
4
|
+
data.tar.gz: 13391e3f683ac05378723564b58d72dcc5016b61b38cef9ab44d42b44319ab7d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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]",
|
data/lib/e_plat/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2025-01-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|