Skip to content

Commit

Permalink
removed sample salt key
Browse files Browse the repository at this point in the history
  • Loading branch information
shivasurya committed Feb 18, 2017
1 parent 9d35f2e commit f2a813c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var bodyParser = require('body-parser');
var instamojoWebhook = require("./index");

app.use(bodyParser());
var instamojoMiddleWare = instamojoWebhook({ secretKey: '270afc61a4ec4307a89a0bb8ebc1512b'});
var instamojoMiddleWare = instamojoWebhook({ secretKey: 'your salt key'});

app.post("/",instamojoMiddleWare,function(req,res){
console.log(req.instamojo);
Expand Down

0 comments on commit f2a813c

Please sign in to comment.