@tiddh/brave-vue 1.9.20 → 1.9.21
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.
package/package.json
CHANGED
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
);
|
|
167
167
|
|
|
168
168
|
res = await axios.get(
|
|
169
|
-
`${this.builder_api}/characters/${data.custom.character_id}/categories/assets/treelist?character_type_id=${data.custom.user_data.type}&subscription=${this.is_subscription}${this.languageSelected}`
|
|
169
|
+
`${this.builder_api}/characters/${data.custom.character_id}/categories/assets/treelist?character_type_id=${data.custom.user_data.type}&subscription=${this.is_subscription}${this.languageSelected}&product_id=${this.custom_properties.product_id}`
|
|
170
170
|
);
|
|
171
171
|
|
|
172
172
|
this.selectedCharacter.slug =
|
|
@@ -220,7 +220,9 @@
|
|
|
220
220
|
this.custom_properties.type_id
|
|
221
221
|
? this.custom_properties.type_id
|
|
222
222
|
: ""
|
|
223
|
-
}&subscription=${this.is_subscription}${this.languageSelected}
|
|
223
|
+
}&subscription=${this.is_subscription}${this.languageSelected}
|
|
224
|
+
&product_id=${this.custom_properties.product_id}
|
|
225
|
+
`
|
|
224
226
|
);
|
|
225
227
|
this.characterTypeId = this.custom_properties.type_id;
|
|
226
228
|
this.characterId = this.custom_properties.character_id;
|