Removed PayPal API

This commit is contained in:
Sahat Yalkabov
2014-04-14 17:54:14 -04:00
parent 6d9625d8bf
commit 05f825d3c8
5 changed files with 2 additions and 119 deletions

3
app.js
View File

@@ -127,9 +127,6 @@ app.get('/api', apiController.getApi);
app.get('/api/lastfm', apiController.getLastfm);
app.get('/api/nyt', apiController.getNewYorkTimes);
app.get('/api/aviary', apiController.getAviary);
app.get('/api/paypal', apiController.getPayPal);
app.get('/api/paypal/success', apiController.getPayPalSuccess);
app.get('/api/paypal/cancel', apiController.getPayPalCancel);
app.get('/api/steam', apiController.getSteam);
app.get('/api/stripe', apiController.getStripe);
app.post('/api/stripe', apiController.postStripe);