initial intellipay implementation

Co-authored-by: Patrick Fic <patrick@thinkimex.com>
This commit is contained in:
swtmply
2023-03-01 00:31:44 +08:00
parent 840e760619
commit c8ee9ca5a7
12 changed files with 385 additions and 15 deletions

View File

@@ -225,6 +225,13 @@ app.post(
mixdataUpload.mixdataUpload
);
var intellipay = require("./server/intellipay/intellipay");
app.get(
"/intellipay/lightbox_credentials",
fb.validateFirebaseIdToken,
intellipay.lightbox_credentials
);
var ioevent = require("./server/ioevent/ioevent");
app.post("/ioevent", ioevent.default);
app.post("/newlog", (req, res) => {