Skip to content

Commit

Permalink
changed the generation of a signature
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeisen committed Dec 23, 2016
1 parent 29f6982 commit 5c52804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Breinify.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
},

generateRecommendationMessage: function (amount, unixTimestamp) {
return '' + unixTimestamp + amount;
return '' + unixTimestamp;
},

generateLookUpMessage: function (dimensions, unixTimestamp) {
Expand Down

0 comments on commit 5c52804

Please sign in to comment.