Added elements for mobile payments. BOD-90
This commit is contained in:
@@ -83,6 +83,7 @@ app.post("/notifications/send", fb.sendNotification);
|
||||
//Stripe Processing
|
||||
var stripe = require("./server/stripe/payment");
|
||||
app.post("/stripe/payment", stripe.payment);
|
||||
app.post("/stripe/mobilepayment", stripe.mobile_payment);
|
||||
|
||||
//Tech Console
|
||||
var tech = require("./server/tech/tech");
|
||||
|
||||
Reference in New Issue
Block a user