begin integration of payment gateways

This commit is contained in:
2023-07-25 12:20:52 +02:00
parent c6313bafdf
commit ff277a41ae
4 changed files with 66 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
/*
* libreevent - stripeRoutes.js
*
* Created by Janis Hutz 07/25/2023, Licensed under the GPL V3 License
* https://janishutz.com, development@janishutz.com
*
*
*/
module.exports = ( app ) => {
app.post( '/payments/prepare' )
}