more dummy controller, just for iap data

This commit is contained in:
Negue
2014-11-24 20:20:10 +01:00
committed by Tyler Renelle
parent cc4812712a
commit b59a70f128
2 changed files with 2 additions and 10 deletions
-8
View File
@@ -2,14 +2,6 @@ var iap = require('in-app-purchase');
var async = require('async');
var payments = require('./index');
/*
For google iap, you need to name your public key file as:
iap-sanbox or iap-live
*/
iap.config({
googlePublicKeyPath: "/path/to/google/public/key/dir/"
});
exports.androidVerify = function(req, res, next) {
console.info(req.body);