Skip to content

Commit

Permalink
Merge pull request #54 from noelrocha/master
Browse files Browse the repository at this point in the history
fix: sendPurchase not sending custom attributes on andorid
  • Loading branch information
sarriaroman authored Oct 24, 2016
2 parents 5a6d7ce + 655be0e commit 3b246a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/FabricPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ public void run() {
evt.putItemId(data.optString(5));

if (!data.isNull(6)) {
populateCustomAttributes(evt, data.optJSONObject(5));
populateCustomAttributes(evt, data.optJSONObject(6));
}

Answers.getInstance().logPurchase(evt);
Expand Down

0 comments on commit 3b246a1

Please sign in to comment.