fix payments.js compile

This commit is contained in:
negue
2014-09-15 21:20:41 +02:00
parent 028c136d43
commit c348d72142
+2 -2
View File
@@ -65,7 +65,7 @@ function createSubscription(user, data) {
name = user.auth.facebook.displayName || user.auth.facebook.username;
}
if(email)
if(email){
request({
url: nconf.get('EMAIL_SERVER_URL') + '/job',
method: 'POST',
@@ -339,4 +339,4 @@ api.paypalIPN = function(req, res, next) {
break;
}
});
}
}