Skip to content

Commit

Permalink
Merge pull request #134 from nicolas-brugneaux-sociomantic/patch-1
Browse files Browse the repository at this point in the history
Fix some enormous error.
  • Loading branch information
nonelse committed Jun 30, 2015
2 parents 3bc0ead + 6ee385c commit 945098d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adjust/plugin/AdjustSociomantic.java
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public static void injectProductIntoEvent(AdjustEvent event, String productId, M
product = new HashMap<String, Object>();
}

product.put(SCMProductID, product);
product.put(SCMProductID, productId);
productList = Arrays.asList(product);
po.put(SCMProducts, productList);
addPartnerParameter(event, "socio_po", stringify(po));
Expand Down

0 comments on commit 945098d

Please sign in to comment.