huginn_acumen_product_agent 1.2.0 → 1.2.1
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: 760664c3b54dd89dbe15b7665f1bf34a5bfdac7df04564ed26409876a070d7f6
|
4
|
+
data.tar.gz: 93638b78d56138cdfa686611672d0631a9f07e96adaa17658f9cd6299892dcda
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea7aac5bb967fedfa24dbbdc6c4cdd272aa3abbcea5f66ba136a89ef93eeab95e9f8f2bf1a576ea51dd452a8cf2dd88692fbda7f7b02f17e946e063d7f38ad31
|
7
|
+
data.tar.gz: c1b58fe65c05a6190562ec10df31e35abd2982126cb1706146a03f67b744fd9bb6eeea98954acb5040c5e00fb709cbfbed9558ee6abc776163371c34abc94c55
|
@@ -110,6 +110,9 @@ module AcumenProductQueryConcern
|
|
110
110
|
variant['@type'] = 'ProductModel'
|
111
111
|
variant['isDefault'] = field_value(p, 'Inv_Product.OnWeb_LinkOnly') == '0'
|
112
112
|
variant['isTaxable'] = field_value(p, 'Inv_Product.Taxable') == '1'
|
113
|
+
variant['acumenAttributes'] = {
|
114
|
+
'is_master' => field_value(p, 'Inv_Product.OnWeb_LinkOnly') == '0'
|
115
|
+
}
|
113
116
|
|
114
117
|
variant['offers'] = [{
|
115
118
|
'@type' => 'Offer',
|
@@ -138,7 +141,6 @@ module AcumenProductQueryConcern
|
|
138
141
|
'acumenAttributes' => {
|
139
142
|
'info_alpha_1' => field_value(p, 'Inv_Product.Info_Alpha_1'),
|
140
143
|
'info_boolean_1' => field_value(p, 'Inv_Product.Info_Boolean_1'),
|
141
|
-
'is_master' => field_value(p, 'Inv_Product.OnWeb_LinkOnly') == '0',
|
142
144
|
},
|
143
145
|
}
|
144
146
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: huginn_acumen_product_agent
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jacob Spizziri
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-04-
|
11
|
+
date: 2020-04-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|