Skip to content

Commit 945098d

Browse files
committed
Merge pull request #134 from nicolas-brugneaux-sociomantic/patch-1
Fix some enormous error.
2 parents 3bc0ead + 6ee385c commit 945098d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adjust/plugin/AdjustSociomantic.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public static void injectProductIntoEvent(AdjustEvent event, String productId, M
170170
product = new HashMap<String, Object>();
171171
}
172172

173-
product.put(SCMProductID, product);
173+
product.put(SCMProductID, productId);
174174
productList = Arrays.asList(product);
175175
po.put(SCMProducts, productList);
176176
addPartnerParameter(event, "socio_po", stringify(po));

0 commit comments

Comments
 (0)