I know this question has been asked before but I am really confused as how to apply it in my particular instance.
I am trying to use a variable instead of productId1 in my array parameter, but I am not sure on how to do
var obj = {};
obj.push(something)
with this case.
Any help would be appreciated.
Code:
$BV.ui( 'rr', 'inline_ratings', {
productIds : {
'productId1': {
url : '/Dummy URL here'
}
},